RevealCards message log bug fixed

This commit is contained in:
Max-Wilhelm Bruker 2012-03-24 15:25:32 +01:00
parent 80967b59e3
commit 2ce18a82f5

View file

@ -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;
}