|
|
|
@ -32,7 +32,6 @@ public class ItemBase {
@@ -32,7 +32,6 @@ public class ItemBase {
|
|
|
|
|
|
|
|
|
|
//requirements/restrictions
|
|
|
|
|
private final ItemType type; |
|
|
|
|
private int vendorType; |
|
|
|
|
private final int modTable; |
|
|
|
|
private final int useID; |
|
|
|
|
private int hashID; |
|
|
|
@ -65,7 +64,6 @@ public class ItemBase {
@@ -65,7 +64,6 @@ public class ItemBase {
|
|
|
|
|
|
|
|
|
|
this.type = ItemType.valueOf(rs.getString("Type")); |
|
|
|
|
this.useID = rs.getInt("useID"); |
|
|
|
|
this.vendorType = rs.getInt("vendorType"); |
|
|
|
|
this.useAmount = rs.getByte("useAmount"); |
|
|
|
|
this.modTable = rs.getInt("modTable"); |
|
|
|
|
this.hashID = rs.getInt("itemHashID"); |
|
|
|
|