diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 4384ffe..f960877 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -789,6 +789,8 @@ option optimize_for = SPEED; repeated TeamSimpleInfo MagicSoldier = 10;//神兵 repeated GemNew gemNews = 11;//宝石 repeated int32 giftEquipIds = 12;//礼物装备列表 + repeated SpecialEffects assistAttribute = 13;//助阵属性信息 + optional int32 assistAdd = 14;//助阵加成信息 } //第一编队信息 diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index ffd9902..8b11af8 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -695,6 +695,7 @@ message ViewHeroInfoRequest{ optional int32 serverId = 3; optional int32 teamId = 4;//队伍id } + message ViewHeroInfoResponse{ optional Hero hero = 1; repeated Equip equip = 2; // 英雄所穿装备、魂印、法宝 @@ -702,8 +703,6 @@ message ViewHeroInfoResponse{ optional int32 force = 4 ; //战力 optional int32 guildSkill = 5;//公会技能 optional int32 playerGiftLv = 6;//主角礼物等级 - repeated SpecialEffects assistAttribute = 7;//助阵属性信息 - optional int32 assistAdd = 8;//助阵加成信息 } message RankRequest{