diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 3125e0f..76ba8d6 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -292,3 +292,7 @@ import "CommonProto.proto"; optional int32 myXY = 1; repeated EndlessPoint points = 2; } + //无尽副本杀死小怪刷新 + message RefreshMonsterResponse{ + repeated Cell cell = 1; + } diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 244bd7a..84ab44b 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -153,6 +153,8 @@ enum MessageType{ ENDLESS_MIN_MAP_INFO_REQUEST = 10421;//无尽副本小地图信息 ENDLESS_MIN_MAP_INFO_RESPONSE = 10422; + + ENDLESS_MONSTER_REFRESH_INDICATION = 10423;//无尽副本空地刷新小怪 // F 10500 FIGHT_START_REQUEST = 10500; //