From d369d5f8489fd8e35a642921208dd71af52c9ea7 Mon Sep 17 00:00:00 2001 From: duhui Date: Thu, 16 Feb 2023 14:47:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A5=9E=E5=B0=86=E7=BD=AE=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 12 ++++++++++++ protos/MessageTypeProto.proto | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 3d7db83..55b0ee0 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -613,5 +613,17 @@ import "CommonProto.proto"; optional string jewelId = 1;//魂灵宝id optional int32 count = 2;//升几级 } + message UpgradeGodTreeResponse{ + } + + // 神将置换 + message HeroChangeRequest{ + optional string heroID1 = 1; + optional string heroID2 = 2; + optional int32 itemID = 3;//道具id + } + + message HeroChangeResponse{ + repeated Hero heros = 1; } \ No newline at end of file diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index bd49d90..9b793c8 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1506,6 +1506,10 @@ enum MessageType{ GET_ALL_FAXIANG_EQUIP_REQUEST = 3050201; GET_ALL_FAXIANG_EQUIP_RESPONSE = 3050202; + // 神将置换 + HERO_CHANGE_REQUEST = 3050203; + HERO_CHANGE_RESPONSE = 3050204; + //==========================================================800000起为global 协议========================================================== GetWorldServerRequest = 800001;//获取世界服ip