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{