Hunt for more fidality insanity.

This commit is contained in:
2023-03-31 10:01:59 -04:00
parent 3881c2b1d0
commit 4e1455be7f
2 changed files with 0 additions and 99 deletions
-4
View File
@@ -74,7 +74,6 @@ public class WorldServer {
// Member variable declaration
public static HashMap<Integer,HashMap<Integer,ArrayList<Integer>>> ZoneFidelityMobRunes = new HashMap<>();
public WorldServer() {
super();
}
@@ -296,9 +295,6 @@ public class WorldServer {
Logger.info("Loading Gold Loot for Mobbases");
MobbaseGoldEntry.LoadMobbaseGold();
Logger.info("Loading fidelity mob runes.");
DbManager.MobQueries.LOAD_RUNES_FOR_FIDELITY_MOBS();
//load lootTable
Logger.info("Loading Loot Tables");
LootTable.populateLootTables();