From 888296a293f75dd70f41c815a40de1f080516fd7 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Thu, 13 Feb 2025 22:08:44 +0800 Subject: [PATCH] =?UTF-8?q?chore(shop):=20=E6=9B=B4=E6=96=B0=E5=95=86?= =?UTF-8?q?=E5=9F=8E=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将商品 ID 从 1394 修改为 1242 - 调整购买限制类型从 2 修改为 3 - 移除购买限制条件 - 修改价格 ID 从 4 修改为 3 - 调整价格类型从 4 修改为 3 - 修改价格数量从 1000000 减少到 188 --- LogicServer/data/config/shop/shop.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LogicServer/data/config/shop/shop.config b/LogicServer/data/config/shop/shop.config index f7e0468..4fb4264 100755 --- a/LogicServer/data/config/shop/shop.config +++ b/LogicServer/data/config/shop/shop.config @@ -117,12 +117,12 @@ ShopConfig = { shopid = 94, shoptype = 1, Tabshop = 1, - shop = { id = 1394, type = 0, count = 1 }, + shop = { id = 1242, type = 0, count = 1 }, statictype = 51, - buytype = { { limit = { { value = 15, times = 1 } }, type = 2 } }, + buytype = { { limit = { { value = 0, times = 1 } }, type = 3 } }, daylimit = 0, levellimit = 1, - price = { id = 4, type = 4, count = 1000000 }, + price = { id = 3, type = 3, count = 188 }, }, }, [2] = {