diff --git a/common/pb/event_move_card.proto b/common/pb/event_move_card.proto index 6305e8baf..68ccaad1a 100644 --- a/common/pb/event_move_card.proto +++ b/common/pb/event_move_card.proto @@ -16,6 +16,5 @@ message Event_MoveCard { optional sint32 y = 9 [default = -1]; optional sint32 new_card_id = 10 [default = -1]; optional bool face_down = 11; - optional string uuid = 12; - optional string new_card_uuid = 13; + optional string new_card_uuid = 12; }