From 1379ab4c0e4a232d57bd14239aa1685b6fba12f2 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Sat, 4 Jul 2020 17:56:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E5=A4=87=E5=90=88=E6=88=90=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 0a042d6..c20a715 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -196,8 +196,7 @@ import "CommonProto.proto"; } message ComplexEquipResponse{ - repeated string equipIds =1;//消耗的装备 - optional Drop drop = 2;//合成的装备 + optional Drop drop = 1;//合成的装备 }