Bootyset column update
This commit is contained in:
@@ -29,7 +29,7 @@ public class BootySetEntry {
|
|||||||
this.bootyType = (rs.getString("bootyType"));
|
this.bootyType = (rs.getString("bootyType"));
|
||||||
this.lowGold = (rs.getInt("lowGold"));
|
this.lowGold = (rs.getInt("lowGold"));
|
||||||
this.highGold = (rs.getInt("highGold"));
|
this.highGold = (rs.getInt("highGold"));
|
||||||
this.templateID = (rs.getInt("itemBase"));
|
this.templateID = (rs.getInt("templateID"));
|
||||||
this.genTable = (rs.getInt("genTable"));
|
this.genTable = (rs.getInt("genTable"));
|
||||||
this.dropChance = (rs.getFloat("dropChance"));
|
this.dropChance = (rs.getFloat("dropChance"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user