hotzone removed from game

This commit is contained in:
2024-02-11 17:01:42 -06:00
parent 3360a034b2
commit b583034b4e
2 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -436,7 +436,7 @@ public class WorldServer {
DbManager.SkillsBaseQueries.LOAD_ALL_MAX_SKILLS_FOR_CONTRACT();
//pick a startup Hotzone
ZoneManager.generateAndSetRandomHotzone();
//ZoneManager.generateAndSetRandomHotzone();
Logger.info("Loading All Players from database to Server Cache");
long start = System.currentTimeMillis();