Method moved to manager class.
This commit is contained in:
@@ -124,16 +124,6 @@ public class LootTable {
|
||||
return modTypeTable;
|
||||
}
|
||||
|
||||
//call this on server startup to populate the tables
|
||||
public static void populateLootTables() {
|
||||
|
||||
DbManager.LootQueries.populateGenTables();
|
||||
DbManager.LootQueries.populateItemTables();
|
||||
DbManager.LootQueries.populateModTables();
|
||||
DbManager.LootQueries.populateModTypeTables();
|
||||
|
||||
}
|
||||
|
||||
public static int gaussianLevel(int level) {
|
||||
|
||||
int ret = -76;
|
||||
|
||||
Reference in New Issue
Block a user