Mobtype work related to ForgeManager

This commit is contained in:
2024-04-14 13:13:28 -04:00
parent 74e97fb435
commit ea555be08e
6 changed files with 27 additions and 14 deletions
+2 -2
View File
@@ -70,7 +70,7 @@ public class NPC extends AbstractCharacter {
protected int vendorID;
protected ArrayList<Integer> modTypeTable;
protected ArrayList<Integer> modSuffixTable;
protected ArrayList<Byte> itemModTable;
protected ArrayList<Integer> itemModTable;
protected int symbol;
// Variables NOT to be stored in db
protected boolean isStatic = false;
@@ -805,7 +805,7 @@ public class NPC extends AbstractCharacter {
return modSuffixTable;
}
public ArrayList<Byte> getItemModTable() {
public ArrayList<Integer> getItemModTable() {
return itemModTable;
}