Browse Source

_genTables populated.

master
MagicBot 1 year ago
parent
commit
6acc422345
  1. 2
      src/engine/gameManager/LootManager.java

2
src/engine/gameManager/LootManager.java

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

Loading…
Cancel
Save