From 167c65605b405074685b9dc1f807ab0f014a1c7d Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Mon, 15 Apr 2024 13:52:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A9=E9=98=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 4384ffe..0a7e053 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -1015,6 +1015,8 @@ option optimize_for = SPEED; repeated Equip equip =2; // 英雄所穿装备、魂印 repeated SpecialEffects SpecialEffects = 3;//属性信息 optional int32 force = 4 ; //战力 + repeated SpecialEffects assistAttribute = 5;//助阵属性信息 + optional int32 assistAdd = 6;//助阵加成信息 } message EveryHeroHandBook{