New consolidated loot db handler.
Booty loading moved into new handler.
This commit is contained in:
@@ -25,7 +25,7 @@ public enum NPCManager {
|
||||
}
|
||||
|
||||
public static void LoadAllBootySets() {
|
||||
_bootySetMap = DbManager.ItemBaseQueries.LOAD_BOOTY_FOR_MOBS();
|
||||
_bootySetMap = DbManager.LootQueries.LOAD_BOOTY_FOR_MOBS();
|
||||
}
|
||||
|
||||
public static void applyRuneSetEffects(Mob mob) {
|
||||
|
||||
Reference in New Issue
Block a user