diff --git a/configs/ShopConfig.json b/configs/ShopConfig.json index 450ff10..67ebd38 100644 --- a/configs/ShopConfig.json +++ b/configs/ShopConfig.json @@ -7,18 +7,20 @@ "shoptype": 1, "Tabshop": 1, "shop": { - "id": 2, - "type": 2, - "count": 50000 + "id": 4, + "type": 4, + "count": 100 }, "buytype": [], "daylimit": 0, "levellimit": 1, "price": { - "id": 4, - "type": 4, - "count": 10 - } + "id": 3, + "type": 3, + "count": 10000 + }, + "batchbuy": 1, + "Maxbatchbuy": 9999 }, "2": { "batchbuy": 1, @@ -4392,4 +4394,4 @@ } } } -} \ No newline at end of file +}