diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 1943898..76eaca8 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -173,33 +173,6 @@ import "CommonProto.proto"; optional Drop FbStarReward = 1; } - - // 进入爬塔副本地图(试炼副本) - message MapTowerEnterRequest{ - // 所用英雄编队 - optional int32 teamId = 1; - } - message MapTowerEnterResponse{ - // 地图信息 - repeated Cell mapList = 1; - // 当前所在坐标 - optional int32 curXY = 2; - // 所用英雄 - repeated HeroInfo heroInfos = 3; - // 探索地图剩余时间(秒) - optional int32 leftTime = 4; - // 临时背包 - optional Drop temporaryItems = 5; - // buff - repeated FoodBuffer foodBuffers = 6; - // 走过的格子 - repeated int32 wakeCells = 7; - // 已战斗次数 - optional int32 fightCount = 8; - // 试炼精气 - optional int32 essenceValue = 9; - } - // 重置爬塔副本(试炼副本) message MapTowerResetResponse { // 当前所在层数 @@ -215,11 +188,3 @@ import "CommonProto.proto"; // bossId optional int32 bossId = 2; } - - // 离开爬塔副本(试炼副本) - message MapTowerOutResponse{ - // 奖励 - optional Drop drop = 1; - // 历史最高层 - optional int32 highestTower = 2; - } \ No newline at end of file diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index c33208e..47911bc 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -225,10 +225,6 @@ enum MessageType{ MISSION_UPDATE_INDICATION = 11220; //任务更细 - // 进入爬塔副本地图(试炼副本) - MAP_TOWER_ENTER_REQUEST = 11221; - MAP_TOWER_ENTER_RESPONSE = 11222; - // 重置爬塔副本(试炼副本) MAP_TOWER_RESET_REQUEST = 11223; MAP_TOWER_RESET_RESPONSE = 11224; @@ -236,10 +232,6 @@ enum MessageType{ // 爬塔副本召唤首领(试炼副本) MAP_TOWER_CALL_CHIEF_REQUEST = 11225; MAP_TOWER_CALL_CHIEF_RESPONSE = 11226; - - // 离开爬塔副本(试炼副本) - MAP_TOWER_OUT_REQUEST = 11227; - MAP_TOWER_OUT_RESPONSE = 11228; // N 11300 // O 11400