Loading pirate names before world objects

master
MagicBot 2023-05-01 14:43:06 -04:00
parent b8eb198b09
commit 11bcd26027
1 changed files with 3 additions and 3 deletions

View File

@ -349,6 +349,9 @@ public class WorldServer {
Logger.info("Loading Minion Bases.");
MinionType.InitializeMinions();
Logger.info("Loading Pirate Names.");
NPCManager.loadAllPirateNames();
Logger.info("Loading Support Types");
SupportMsgType.InitializeSupportMsgType();
@ -381,9 +384,6 @@ public class WorldServer {
Logger.info("Loading Runegate data.");
Runegate.loadAllRunegates();
Logger.info("Loading Pirate Names.");
NPCManager.loadAllPirateNames();
Logger.info("Loading Max Skills for Trainers");
DbManager.SkillsBaseQueries.LOAD_ALL_MAX_SKILLS_FOR_CONTRACT();