From f25e2a016552f242acdc40f6bd0b88c392330f35 Mon Sep 17 00:00:00 2001 From: duhui Date: Fri, 2 Sep 2022 10:13:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=91=98=E6=98=9F=E9=98=81=EF=BC=8C=E8=A3=85?= =?UTF-8?q?=E5=A4=87=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 0608542..151f0fc 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -596,16 +596,14 @@ import "CommonProto.proto"; message EquipIntensifyResponse{ repeated EquipIntensifyInfo infos = 1;//装备强化信息 - optional int32 equipRankUp = 2;//装备突破 } // 摘星阁,家园装备强化重置 message HomeEquipStrongResetRequset{ optional string heroId = 1;//英雄id - optional int32 position = 2;//1-4:装备对应位置 } message HomeEquipStrongResetResponse{ - optional Drop drop = 1;//装备突破 + optional Drop drop = 1; } \ No newline at end of file