Table refactor to conform with sb.

This commit is contained in:
2023-08-05 10:38:21 -04:00
parent a7abe6c4c5
commit 42069fe170
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -127,10 +127,10 @@ public class LootTable {
//call this on server startup to populate the tables
public static void populateLootTables() {
DbManager.LootQueries.populateLootGroups();
DbManager.LootQueries.populateLootTables();
DbManager.LootQueries.populateGenTables();
DbManager.LootQueries.populateItemTables();
DbManager.LootQueries.populateModTables();
DbManager.LootQueries.populateModGroups();
DbManager.LootQueries.populateModTypeTables();
//preset chances for rune drops
populateStatRuneChances();