|
|
@ -443,6 +443,8 @@ public enum LootManager { |
|
|
|
//call this on server startup to populate the tables
|
|
|
|
//call this on server startup to populate the tables
|
|
|
|
public static void populateLootTables() { |
|
|
|
public static void populateLootTables() { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DbManager.LootQueries.LOAD_GEN_ITEM_TABLES(); |
|
|
|
|
|
|
|
|
|
|
|
DbManager.LootQueries.populateGenTables(); |
|
|
|
DbManager.LootQueries.populateGenTables(); |
|
|
|
DbManager.LootQueries.populateItemTables(); |
|
|
|
DbManager.LootQueries.populateItemTables(); |
|
|
|
DbManager.LootQueries.populateModTables(); |
|
|
|
DbManager.LootQueries.populateModTables(); |
|
|
|