神将置换

master_huanxiang
duhui 2023-02-16 14:47:24 +08:00
parent c3e7efd604
commit d369d5f848
2 changed files with 16 additions and 0 deletions

View File

@ -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;
}

View File

@ -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;
//==========================================================800000global ==========================================================
GetWorldServerRequest = 800001;//ip