Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
fe397cd7
Commit
fe397cd7
authored
Dec 02, 2010
by
Max-Wilhelm Bruker
Browse files
server spectator bug fix
parent
2d8c58e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/server_protocolhandler.cpp
View file @
fe397cd7
...
@@ -945,6 +945,7 @@ ResponseCode Server_ProtocolHandler::setCardAttrHelper(CommandContainer *cont, S
...
@@ -945,6 +945,7 @@ ResponseCode Server_ProtocolHandler::setCardAttrHelper(CommandContainer *cont, S
}
}
cont
->
enqueueGameEventPrivate
(
new
Event_SetCardAttr
(
player
->
getPlayerId
(),
zone
->
getName
(),
cardId
,
attrName
,
attrValue
),
game
->
getGameId
());
cont
->
enqueueGameEventPrivate
(
new
Event_SetCardAttr
(
player
->
getPlayerId
(),
zone
->
getName
(),
cardId
,
attrName
,
attrValue
),
game
->
getGameId
());
cont
->
enqueueGameEventPublic
(
new
Event_SetCardAttr
(
player
->
getPlayerId
(),
zone
->
getName
(),
cardId
,
attrName
,
attrValue
),
game
->
getGameId
());
cont
->
enqueueGameEventPublic
(
new
Event_SetCardAttr
(
player
->
getPlayerId
(),
zone
->
getName
(),
cardId
,
attrName
,
attrValue
),
game
->
getGameId
());
cont
->
enqueueGameEventOmniscient
(
new
Event_SetCardAttr
(
player
->
getPlayerId
(),
zone
->
getName
(),
cardId
,
attrName
,
attrValue
),
game
->
getGameId
());
return
RespOk
;
return
RespOk
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment