diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index cc94152..d59e003 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -171,15 +171,8 @@ import "CommonProto.proto"; //关卡信息 message getAllLevelDifficultyInfosResponse{ - repeated LevelDifficultyInfos levelDifficultyInfos = 1; - // 副本信息 - repeated MapInfo mapInfos = 2; - // 副本星级奖励领取进度 - optional int32 starNum = 3; - //已经玩过普通副本地图id - repeated int32 playedGenMapId = 4; - //精英关卡选择情况 - repeated DifficultMapOption difficultMapOptions = 5; + optional int32 killCount = 1;//击杀小怪数量 + repeated int32 trialRewardInfo = 2;//试炼领奖信息 } // 查看排行榜