diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 58eafe6..f06be5f 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -533,7 +533,7 @@ option optimize_for = SPEED; optional int32 headFrame = 5; optional Team team = 6; optional int32 totalForce=7; - repeated int32 specialMons = 8 + repeated int32 PokemonInfos = 8; }