diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index fdee4e2..08e4128 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -892,5 +892,6 @@ option optimize_for = SPEED; optional int32 guildName = 3;//0好友 1公会 optional int32 trailType = 4;//试炼类型 optional Hero hero = 5; //助战英雄 + optional int32 state = 6;//状态,0:未使用,1:已使用 } \ No newline at end of file diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 0815b41..e73bfec 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -75,7 +75,6 @@ import "CommonProto.proto"; repeated int32 DemonsTrialRewardInfo = 35;//心魔试炼已领取奖励信息 repeated HeadFrameList headFrameBag = 36;//头像框背包 repeated HelpFightList helpFightList = 37;//已选取的助战信息 - repeated int32 isUseHelpHero = 38;// 是否使用了助战英雄,0:未选中,1:已选未使用,2:已使用 } @@ -815,8 +814,6 @@ import "CommonProto.proto"; optional int32 type = 2;//英雄类型 optional int32 status = 3;//0:取消,1:选择 } - message UseHelpHeroResponse{ - } // 四灵,获取战斗记录 message GetFourChallengeRecordRequest{