From 3555c235affc3d07513128c2edce7ad146dd9288 Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Mon, 15 Apr 2024 14:37:16 +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 ++ protos/PlayerInfoProto.proto | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) 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{