RuneSets generated loaded at bootstrap.

This commit is contained in:
2023-03-28 17:45:58 -04:00
parent f744c64737
commit 00d0048fd0
5 changed files with 54 additions and 4 deletions
+3
View File
@@ -287,6 +287,9 @@ public class WorldServer {
Logger.info("Loading NPC and Mob Equipment Sets");
NPCManager.LoadAllEquipmentSets();
Logger.info("Loading NPC and Mob Rune Sets");
NPCManager.LoadAllRuneSets();
Logger.info("Loading Gold Loot for Mobbases");
MobbaseGoldEntry.LoadMobbaseGold();