diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index d798a4d..49b169f 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -144,6 +144,7 @@ option optimize_for = SPEED; repeated int32 giftEquipIds = 24;//礼物装备列表 repeated potentialInfo potential = 25;//潜能属性 optional HeroTraining training = 26;//特训属性 + repeated int32 shenwangIds = 27;//神王解锁id列表,表shenwang } message PokemonInfo{ diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index cfc1afe..57f2dd7 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1741,6 +1741,10 @@ enum MessageType{ // 补单 AnewRechargeOrderRequest = 7000019; AnewRechargeOrderResponse = 7000020; + + // 神王升级 + ShenwangUpLvRequest = 7000021; + ShenwangUpLvResponse = 7000022; }