diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index 54d3f85..8a4c2d3 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -148,6 +148,7 @@ import "CommonProto.proto"; optional FightData fightData =2; optional int32 fightResult = 3;// 是否被击杀 1:击杀 0:未击杀 optional int32 consumeFightTimes = 4; //本次消耗次数 + optional string killRewards = 5 ; //击杀奖励 } message AdventureBossShareRequest{ diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index bc9f9c2..b75214e 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -153,6 +153,8 @@ import "CommonProto.proto"; optional int32 starNum = 3; // 爬塔副本信息 optional TowerCopyInfo towerCopyInfo = 4; + //已经玩过普通副本地图id + repeated int32 playedGenMapId = 5; } // 查看排行榜