forked from MagicBane/Server
_modTables populated at startup.
This commit is contained in:
@@ -31,6 +31,7 @@ public enum LootManager {
|
||||
|
||||
public static HashMap<Integer, ArrayList<GenTableEntry>> _genTables = new HashMap<>();
|
||||
public static HashMap<Integer, ArrayList<ItemTableEntry>> _itemTables = new HashMap<>();
|
||||
public static HashMap<Integer, ArrayList<ModTableEntry>> _modTables = new HashMap<>();
|
||||
|
||||
//new tables
|
||||
public static final HashMap<Integer, GenTable> generalItemTables = null;
|
||||
@@ -55,7 +56,7 @@ public enum LootManager {
|
||||
|
||||
_genTables = DbManager.LootQueries.LOAD_GEN_ITEM_TABLES();
|
||||
_itemTables = DbManager.LootQueries.LOAD_ITEM_TABLES();
|
||||
|
||||
_modTables = DbManager.LootQueries.LOAD_MOD_TABLES();
|
||||
|
||||
DbManager.LootQueries.LOAD_ALL_GENTABLES();
|
||||
DbManager.LootQueries.LOAD_ALL_ITEMTABLES();
|
||||
|
||||
Reference in New Issue
Block a user