From aed3441c5dfc11cc59509687b99161dad7adade5 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 24 Dec 2020 16:15:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B8=E5=B0=8F=E6=80=AA=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 869c8e6..cc94152 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -250,6 +250,8 @@ import "CommonProto.proto"; optional Drop drop = 2; optional Cell cell = 3;//boss信息,位置id,事件id + + optional int32 monsterNum = 4; } //精英副本 message DifficultMapRequest{