Browse Source

ItemTableEntry column update

combat-2
MagicBot 8 months ago
parent
commit
59bf787581
  1. 2
      src/engine/loot/ItemTableEntry.java

2
src/engine/loot/ItemTableEntry.java

@ -24,7 +24,7 @@ public class ItemTableEntry { @@ -24,7 +24,7 @@ public class ItemTableEntry {
public ItemTableEntry(ResultSet rs) throws SQLException {
this.minRoll = rs.getInt("minRoll");
this.maxRoll = rs.getInt("maxRoll");
this.templateID = rs.getInt("itemBaseUUID");
this.templateID = rs.getInt("templateID");
this.minSpawn = rs.getInt("minSpawn");
this.maxSpawn = rs.getInt("maxSpawn");
}

Loading…
Cancel
Save