RevealCards message log bug fixed
This commit is contained in:
parent
80967b59e3
commit
2ce18a82f5
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ message Event_RevealCards {
|
|||
optional Event_RevealCards ext = 2006;
|
||||
}
|
||||
optional string zone_name = 1;
|
||||
optional sint32 card_id = 2;
|
||||
optional sint32 other_player_id = 3;
|
||||
optional sint32 card_id = 2 [default = -1];
|
||||
optional sint32 other_player_id = 3 [default = -1];
|
||||
repeated ServerInfo_Card cards = 4;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue