From abbca11fc33221d6c4bc7bd1ed5d3fe82a70e04c Mon Sep 17 00:00:00 2001 From: root Date: Wed, 18 Dec 2024 21:32:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(shop):=20=E6=B7=BB=E5=8A=A0=E9=81=93?= =?UTF-8?q?=E5=85=B7=E8=B4=AD=E4=B9=B0=E7=9B=B8=E5=85=B3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 shop.config 文件中增加了 batchbuy 和 Maxbatchbuy 字段 - batchbuy 设置为 1,表示支持批量购买 - Maxbatchbuy 设置为 999,限定单次购买的最大数量 --- LogicServer/data/config/shop/shop.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LogicServer/data/config/shop/shop.config b/LogicServer/data/config/shop/shop.config index 8f13a60..4b9991e 100755 --- a/LogicServer/data/config/shop/shop.config +++ b/LogicServer/data/config/shop/shop.config @@ -69,6 +69,8 @@ ShopConfig={ reincarnationlimit = 0, daylimit = 0, buytype = {}, + batchbuy = 1, + Maxbatchbuy = 999, }, [7] = { shoptype = 1,