From b0e812ae2f735bda4b3982e26d9b068a226e41db Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Sun, 22 Dec 2024 19:11:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=95=86=E5=BA=97=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E6=9B=B4=E6=96=B0=E5=95=86=E5=93=81ID?= =?UTF-8?q?=E3=80=81=E7=B1=BB=E5=9E=8B=E5=8F=8A=E6=95=B0=E9=87=8F=EF=BC=8C?= =?UTF-8?q?=E5=B9=B6=E6=96=B0=E5=A2=9E=E6=89=B9=E9=87=8F=E8=B4=AD=E4=B9=B0?= =?UTF-8?q?=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/ShopConfig.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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 +}