diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 0a7e053..4384ffe 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -1015,8 +1015,6 @@ 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{ diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 72df575..ffd9902 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -702,6 +702,8 @@ message ViewHeroInfoResponse{ optional int32 force = 4 ; //战力 optional int32 guildSkill = 5;//公会技能 optional int32 playerGiftLv = 6;//主角礼物等级 + repeated SpecialEffects assistAttribute = 7;//助阵属性信息 + optional int32 assistAdd = 8;//助阵加成信息 } message RankRequest{