From 9841869b38e34acd110291da72d8dda552a9b1c5 Mon Sep 17 00:00:00 2001 From: jiahuiwen <1024696487@qq.com> Date: Wed, 26 Jun 2019 11:20:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E7=82=BC=E5=89=AF=E6=9C=AC=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 2 +- protos/FightInfoProto.proto | 4 ++-- protos/MapInfoProto.proto | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index fcb2d6e..5798a1e 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -110,7 +110,7 @@ option optimize_for = SPEED; message Cell{ // 格子id optional int32 cellId = 1; - // mapPointConfig id + // mapPointConfig id 如果是爬塔(试炼)副本 pointId 为怪物组id optional int32 pointId = 2; } diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index 812cd24..c260ba8 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -10,7 +10,7 @@ import "CommonProto.proto"; message FightStartRequest { // 战斗类型(手动,自动) optional int32 fightType = 1; - optional int32 type = 2; // 类型 1: 关卡 2:地图 3:精英怪 + optional int32 type = 2; // 类型 1: 关卡 2:地图 3:精英怪 4:爬塔副本 optional int32 fightId = 3; optional int32 teamId = 4; //队伍id @@ -27,7 +27,7 @@ import "CommonProto.proto"; // 战斗序列帧 14#1#0|14#1#0|14#1#0|...|14#1#0 optional string frames = 2; optional int32 fightId = 3; - optional int32 type = 4; // 类型 1: 关卡 2:地图 3:精英怪 + optional int32 type = 4; // 类型 1: 关卡 2:地图 3:精英怪 4:爬塔副本 } message FightEndResponse { //战斗结果 diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 2cab5b4..7130cb3 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -220,6 +220,4 @@ import "CommonProto.proto"; optional Drop drop = 1; // 历史最高层 optional int32 highestTower = 2; - // 通关时间(秒) - optional int32 time = 3; } \ No newline at end of file