_genTables populated.

This commit is contained in:
2023-08-06 18:08:31 -04:00
parent dd756d4c00
commit 6acc422345
+2
View File
@@ -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();