Commit 2ce18a82 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

RevealCards message log bug fixed

parent 80967b59
......@@ -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;
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment