From e4fc710ca2bc2a4cad323d9193267cb3cc393f3c Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Mon, 27 Jan 2025 23:07:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(configs):=20=E4=BF=AE=E6=AD=A3=E9=A3=9E?= =?UTF-8?q?=E9=9E=8B=E7=82=B9=E6=95=B0=E9=81=93=E5=85=B7=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将道具"dup"属性值从 9999 修改为 99 - 确保双击使用时正确增加 99 点飞鞋点数 --- configs/StdItems.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index a78bc9c..bdc0da4 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -9729,7 +9729,7 @@ "desc": "双击使用增加99飞鞋点数", "dropBroadcast": 0, "dropGroupid": 100516, - "dup": 9999, + "dup": 99, "existScenes": [-1], "forcetips": 1, "icon": 13132,