|
|
|
@ -124,16 +124,6 @@ public class LootTable {
@@ -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; |
|
|
|
|