魂印升品
parent
ef0d9f2492
commit
232dc92246
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1442,12 +1442,13 @@ enum MessageType{
|
|||
ExploreActivityIndication = 3050052;
|
||||
|
||||
|
||||
//穿戴神印
|
||||
// 穿戴神印
|
||||
WearGodSealRequest = 3050060;
|
||||
WearGodSealResponse = 3050061;
|
||||
|
||||
|
||||
|
||||
// 升品神印
|
||||
UpGodSealRequest = 3050062;
|
||||
UpGodSealResponse = 3050063;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue