From 1efeaad8b8fc7a19b54ffc30c94cdc2091f91c3d Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Wed, 31 Jul 2024 11:34:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A5=9E=E7=8E=8B=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + protos/MessageTypeProto.proto | 4 ++++ 2 files changed, 5 insertions(+) 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; }