Browse Source

Bootyset column update

combat-2
MagicBot 8 months ago
parent
commit
02d8bf4f5c
  1. 2
      src/engine/loot/BootySetEntry.java

2
src/engine/loot/BootySetEntry.java

@ -29,7 +29,7 @@ public class BootySetEntry { @@ -29,7 +29,7 @@ public class BootySetEntry {
this.bootyType = (rs.getString("bootyType"));
this.lowGold = (rs.getInt("lowGold"));
this.highGold = (rs.getInt("highGold"));
this.templateID = (rs.getInt("itemBase"));
this.templateID = (rs.getInt("templateID"));
this.genTable = (rs.getInt("genTable"));
this.dropChance = (rs.getFloat("dropChance"));
}

Loading…
Cancel
Save