forked from MagicBane/Server
Loading pirate names before world objects
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user