From 256577b74b871ba02ceee58165a69749754d57db Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 30 Jul 2021 06:46:30 +0000 Subject: [PATCH] 1 --- server/gameserver/constant.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/gameserver/constant.h b/server/gameserver/constant.h index 5a0c12e..ecc8a0c 100644 --- a/server/gameserver/constant.h +++ b/server/gameserver/constant.h @@ -488,11 +488,7 @@ const int ADPLAY_BUFFID = 1006; const int FIXED_OBJECT_MAXID = 20140; -#ifdef DEBUG const int MAX_ROOM_IDX = 100; -#else -const int MAX_ROOM_IDX = 1024; -#endif const int VIEW_RANGE = 512;