From 02d8bf4f5c1903faa0103004e3c64c6b6ccfaada Mon Sep 17 00:00:00 2001 From: MagicBot Date: Thu, 28 Mar 2024 04:53:45 -0400 Subject: [PATCH] Bootyset column update --- src/engine/loot/BootySetEntry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/loot/BootySetEntry.java b/src/engine/loot/BootySetEntry.java index a12e8715..556f1a5f 100644 --- a/src/engine/loot/BootySetEntry.java +++ b/src/engine/loot/BootySetEntry.java @@ -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")); }