Reworked the loading of Mobile powers at bootstrap.

This commit is contained in:
2023-03-13 19:19:03 -04:00
parent b310a3eb63
commit 66f0c12790
2 changed files with 22 additions and 15 deletions
+3
View File
@@ -290,6 +290,9 @@ public class WorldServer {
Logger.info("Loading Gold Loot for Mobbases");
MobbaseGoldEntry.LoadMobbaseGold();
Logger.info("Loading All Mob Powers...");
PowersManager.LoadAllMobPowers();
Logger.info("Loading fidelity mob runes.");
DbManager.MobQueries.LOAD_RUNES_FOR_FIDELITY_MOBS();