diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 55fd10b..df1a207 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -105,7 +105,9 @@ option optimize_for = SPEED; repeated string jewels = 14;//宝器 optional int32 createtype = 15;//创建类型 1猎妖援助 optional int32 changeId = 16;//置换模板id 默认0 + repeated int32 sealIdList = 17;//紫府神印id列表 } + message PokemonInfo{ optional int32 tempId = 1; //异妖id optional string id = 2;