From ca2c652db2d3fc24d69da6fbb6f763e0130db0c9 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Sun, 26 Apr 2020 14:59:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9D=E5=99=A8=E7=9B=B8=E5=85=B3=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 2 +- protos/PlayerInfoProto.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;