Superfluous getter and setters removed.

This commit is contained in:
2023-03-28 17:29:16 -04:00
parent 33334ed13c
commit f744c64737
4 changed files with 7 additions and 19 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ public class WorldServer {
DbManager.PromotionQueries.GET_ALL_PROMOTIONS();
Logger.info("Loading NPC and Mob Equipment Sets");
EquipmentSetEntry.LoadAllEquipmentSets();
NPCManager.LoadAllEquipmentSets();
Logger.info("Loading Gold Loot for Mobbases");
MobbaseGoldEntry.LoadMobbaseGold();