diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 4d4b553..fc4a6ad 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -75,6 +75,8 @@ import "CommonProto.proto"; optional int32 addHpCount = 18;//回春散已使用次数 optional int32 mapId = 19;//地图id + + optional TowerCopyInfo towerInfo = 20;//试炼副本信息 } @@ -189,7 +191,7 @@ import "CommonProto.proto"; // 副本星级奖励领取进度 optional int32 starNum = 3; // 爬塔副本信息 - optional TowerCopyInfo towerCopyInfo = 4; + //optional TowerCopyInfo towerCopyInfo = 4; //已经玩过普通副本地图id repeated int32 playedGenMapId = 5; //精英关卡选择情况