mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 08:39:05 +00:00
Add trade zones
This commit is contained in:
@@ -472,7 +472,6 @@ public class ShopAssistant {
|
||||
boolean isStackable = ItemDefinitions.getDef()[itemID].isStackable;
|
||||
int freeSlots = player.getItemAssistant().freeSlots();
|
||||
int storeQty = ShopHandler.getStock(shopID, itemID);
|
||||
System.out.println("Item " + itemID + " stock = " + storeQty);
|
||||
if (amount > 0) {
|
||||
if (storeQty <= 0) {
|
||||
// none in stock, or not sold here
|
||||
|
||||
Reference in New Issue
Block a user