diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index f66537e..fa75000 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -175,6 +175,7 @@ option optimize_for = SPEED; repeated Equip equipId = 2; repeated Hero Hero = 3; repeated Equip soulEquip =4;//魂印(法宝不再掉落,魂印改为4,注意修改) + repeated PokemonInfo pokemon =5;//灵兽 } message GMCommand{ @@ -203,9 +204,10 @@ option optimize_for = SPEED; } message PokemonInfo{ - optional int32 id = 1; //异妖id - optional int32 stage =2; //异妖进阶阶数 - repeated Pokemoncomonpent pokemoncomonpent =3; //组件信息 + optional int32 tempId = 1; //异妖id + optional string id = 2; + optional int32 level = 3; + optional int32 star = 4; } message RingFireInfo{