mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
increase total stores, decrease total items
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user