From 4cd05a205c59bc4dadad4020e2d2b1c7ddbd7eb3 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Sat, 4 Jan 2025 22:08:12 +0800 Subject: [PATCH] =?UTF-8?q?refactor(shop):=20=E7=A7=BB=E9=99=A4=E5=95=86?= =?UTF-8?q?=E5=93=81=E8=B4=AD=E4=B9=B0=E7=B1=BB=E5=9E=8B=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 从 ShopConfig.json 中删除了多个商品的 buytype 配置项 - 删除的配置类型为 3,限制玩家购买次数为 3 次 - 受影响的商品静态类型包括 52、53、54 和 55 --- configs/ShopConfig.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/configs/ShopConfig.json b/configs/ShopConfig.json index 80ca992..6f0dbab 100644 --- a/configs/ShopConfig.json +++ b/configs/ShopConfig.json @@ -3531,15 +3531,6 @@ }, "statictype": 52, "buytype": [ - { - "limit": [ - { - "value": 0, - "times": 3 - } - ], - "type": 3 - } ], "daylimit": 0, "levellimit": 1, @@ -3563,15 +3554,6 @@ }, "statictype": 53, "buytype": [ - { - "limit": [ - { - "value": 0, - "times": 3 - } - ], - "type": 3 - } ], "daylimit": 0, "levellimit": 1, @@ -3595,15 +3577,6 @@ }, "statictype": 54, "buytype": [ - { - "limit": [ - { - "value": 0, - "times": 3 - } - ], - "type": 3 - } ], "daylimit": 0, "levellimit": 1, @@ -3627,15 +3600,6 @@ }, "statictype": 55, "buytype": [ - { - "limit": [ - { - "value": 0, - "times": 3 - } - ], - "type": 3 - } ], "daylimit": 0, "levellimit": 1,