diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index a489181..b8ba634 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -115,7 +115,7 @@ import "CommonProto.proto"; message EquipUnLoadOptRequest{ optional string heroId = 1; repeated string equipIds =2; - optional int32 type = 3;//1、装备 ;2、法宝 + optional int32 type = 3;//1、装备 ;2、宝器 } message HeroComposeRequest{ diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 0fbf3a8..c60f93d 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -84,7 +84,7 @@ import "CommonProto.proto"; } message UseAndPriceItemRequest{ - optional int32 type = 1; //0:使用 1:分解物品 2:分解装备3:分解妖灵师 5:分解魂印(分解法宝在分解妖灵师同时分解) + optional int32 type = 1; //0:使用 1:分解物品 2:分解装备3:分解妖灵师 4:分解宝器 5:分解魂印(分解法宝在分解妖灵师同时分解) optional int32 itemId = 2; repeated Item items = 3; repeated string equipIds = 4;