From bea0b890dbf70a87dfe4149ecb3bf51842bf8ff7 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 5 Sep 2019 18:27:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E5=B0=BD=E8=AE=BE=E7=BD=AE=E6=88=98?= =?UTF-8?q?=E6=96=97=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 5 +++++ protos/MessageTypeProto.proto | 3 +++ 2 files changed, 8 insertions(+) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 76ba8d6..d982bb0 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -266,6 +266,7 @@ import "CommonProto.proto"; //英雄信息 repeated endlessHero heroInfo =1; repeated int32 openMapId = 2;//已开启的地图Id + optional int32 skipFight = 3;//是否跳过战斗 } //无尽副本标志 @@ -296,3 +297,7 @@ import "CommonProto.proto"; message RefreshMonsterResponse{ repeated Cell cell = 1; } + //无尽副本设置是否跳过战斗 + message EndlessSetSkipRequest{ + optional int32 type = 1; + } diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 0ecd238..240f63f 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -157,6 +157,9 @@ enum MessageType{ ENDLESS_MIN_MAP_INFO_RESPONSE = 10422; ENDLESS_MONSTER_REFRESH_INDICATION = 10423;//无尽副本空地刷新小怪 + + ENDLESS_SET_SKIPFIGHT_REQUEST = 10424;//无尽副本是否跳过战斗 + ENDLESS_SET_SKIPFIGHT_RESPONSE = 10425; // F 10500 FIGHT_START_REQUEST = 10500; //