diff --git a/server/gameserver/room.cc b/server/gameserver/room.cc index 90f9df1..6826b58 100644 --- a/server/gameserver/room.cc +++ b/server/gameserver/room.cc @@ -23,7 +23,7 @@ #include "hero.h" #include "gamelog.h" -const int ROOM_MAX_PLAYER_NUM = 50; +const int ROOM_MAX_PLAYER_NUM = 8; static long long RoomXGetTickCount(void* context) {