remove hotzone form the game

This commit is contained in:
2024-06-15 09:13:22 -05:00
parent 2793ec331b
commit e8cf6a722b
4 changed files with 0 additions and 154 deletions
-3
View File
@@ -440,9 +440,6 @@ public class WorldServer {
Logger.info("Loading Max Skills for Trainers");
DbManager.SkillsBaseQueries.LOAD_ALL_MAX_SKILLS_FOR_CONTRACT();
//pick a startup Hotzone
ZoneManager.generateAndSetRandomHotzone();
Logger.info("Loading All Players from database to Server Cache");
long start = System.currentTimeMillis();