ItemTableEntry column update
This commit is contained in:
@@ -24,7 +24,7 @@ public class ItemTableEntry {
|
|||||||
public ItemTableEntry(ResultSet rs) throws SQLException {
|
public ItemTableEntry(ResultSet rs) throws SQLException {
|
||||||
this.minRoll = rs.getInt("minRoll");
|
this.minRoll = rs.getInt("minRoll");
|
||||||
this.maxRoll = rs.getInt("maxRoll");
|
this.maxRoll = rs.getInt("maxRoll");
|
||||||
this.templateID = rs.getInt("itemBaseUUID");
|
this.templateID = rs.getInt("templateID");
|
||||||
this.minSpawn = rs.getInt("minSpawn");
|
this.minSpawn = rs.getInt("minSpawn");
|
||||||
this.maxSpawn = rs.getInt("maxSpawn");
|
this.maxSpawn = rs.getInt("maxSpawn");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user