|
|
|
@ -47,7 +47,7 @@ public class ProducedItem {
@@ -47,7 +47,7 @@ public class ProducedItem {
|
|
|
|
|
public ProducedItem(ResultSet rs) throws SQLException { |
|
|
|
|
this.ID = rs.getInt("ID"); |
|
|
|
|
this.npcUID = rs.getInt("npcUID"); |
|
|
|
|
this.templateID = rs.getInt("itemBaseID"); |
|
|
|
|
this.templateID = rs.getInt("templateID"); |
|
|
|
|
|
|
|
|
|
Date sqlDateTime = rs.getTimestamp("dateToUpgrade"); |
|
|
|
|
|
|
|
|
@ -108,10 +108,6 @@ public class ProducedItem {
@@ -108,10 +108,6 @@ public class ProducedItem {
|
|
|
|
|
return prefix; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void setPrefix(String prefix) { |
|
|
|
|
this.prefix = prefix; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public String getSuffix() { |
|
|
|
|
return suffix; |
|
|
|
|
} |
|
|
|
@ -157,10 +153,6 @@ public class ProducedItem {
@@ -157,10 +153,6 @@ public class ProducedItem {
|
|
|
|
|
return inForge; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void setInForge(boolean inForge) { |
|
|
|
|
this.inForge = inForge; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public int getValue() { |
|
|
|
|
return value; |
|
|
|
|
} |
|
|
|
|