increase total stores, decrease total items

This commit is contained in:
RedSparr0w
2019-11-22 20:47:18 +13:00
parent 544f266c8f
commit d62e5a8d70
@@ -16,8 +16,8 @@ import redone.util.Misc;
public class ShopHandler {
public static int MaxShops = 200;
public static int MaxShopItems = 200;
public static int MaxShops = 400;
public static int MaxShopItems = 40;
public static int MaxShowDelay = 2;
public static int MaxSpecShowDelay = 60;
public static int TotalShops = 0;