Junk code removal.

This commit is contained in:
2023-08-06 07:59:27 -04:00
parent e424441380
commit ff7e1ae8c1
5 changed files with 2 additions and 120 deletions
@@ -41,7 +41,7 @@ public class dbLootTableHandler extends dbHandlerBase {
while (rs.next()) {
recordsRead++;
LootTable lootTable = LootTable.getLootGroup(rs.getInt("genTable"));
LootTable lootTable = LootTable.getGenTable(rs.getInt("genTable"));
lootTable.addRow(rs.getFloat("minRoll"), rs.getFloat("maxRoll"), rs.getInt("itemTableID"), rs.getInt("pModTableID"), rs.getInt("sModTableID"), "");
}