From 8b527a4387b73d9c159a556dcc915ba682eaf070 Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Mon, 15 Apr 2024 13:58:31 +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 | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) 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{