魂印升品

master_huanxiang
duhui 2022-04-21 18:00:48 +08:00
parent ef0d9f2492
commit 232dc92246
2 changed files with 13 additions and 3 deletions

View File

@ -131,6 +131,15 @@ import "CommonProto.proto";
optional int32 type = 1;//0:1
optional OptHeroSoul wearInfo = 2;
}
message UpGodSealRequest{
optional int32 itemId = 1;//id
optional string heroId = 2;//id
}
message UpGodSealResponse{
optional Drop drop = 1;
}
message EquipUnLoadOptRequest{
optional string heroId = 1;

View File

@ -1442,12 +1442,13 @@ enum MessageType{
ExploreActivityIndication = 3050052;
//穿
// 穿
WearGodSealRequest = 3050060;
WearGodSealResponse = 3050061;
//
UpGodSealRequest = 3050062;
UpGodSealResponse = 3050063;