resource merchant work

This commit is contained in:
2024-02-18 16:41:54 -06:00
parent dc1720b38b
commit e5d606fe8a
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ public class Contract extends AbstractGameObject {
public int inventorySet = 0;
private int vendorID;
private boolean isTrainer;
private VendorDialog vendorDialog;
public VendorDialog vendorDialog;
private ArrayList<Integer> npcMenuOptions = new ArrayList<>();
private ArrayList<Integer> npcModTypeTable = new ArrayList<>();
private ArrayList<Integer> npcModSuffixTable = new ArrayList<>();