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