From 9593a04aa3dc95dc7f00132a510a6198bb7358de Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 18 Sep 2021 02:29:45 +0000 Subject: [PATCH] 1 --- server/gameserver/constant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/constant.h b/server/gameserver/constant.h index f874249..2997d21 100644 --- a/server/gameserver/constant.h +++ b/server/gameserver/constant.h @@ -473,7 +473,7 @@ const int ADPLAY_BUFFID = 1006; const int FIXED_OBJECT_MAXID = 20140; -const int MAX_ROOM_IDX = 100; +const int MAX_ROOM_IDX = 1000; const int VIEW_RANGE = 512;