mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-05 08:39:04 +00:00
Set custom prices
This commit is contained in:
@@ -213,8 +213,6 @@ public class ShopHandler {
|
||||
public static int getStock(int shop_id, int item_id){
|
||||
item_id++;
|
||||
for (int j = 0; j < MaxShopItems; j++) {
|
||||
if (ShopItems[shop_id][j] > 0)
|
||||
System.out.println("item " + item_id + " = " + ShopItemsN[shop_id][j]);
|
||||
if (ShopItems[shop_id][j] == item_id) {
|
||||
return ShopItemsN[shop_id][j];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user