fix(configs): 修正飞鞋点数道具数量

- 将道具"dup"属性值从 9999 修改为 99
- 确保双击使用时正确增加 99 点飞鞋点数
This commit is contained in:
2025-01-27 23:07:56 +08:00
parent 1a3db7fb28
commit e4fc710ca2

View File

@@ -9729,7 +9729,7 @@
"desc": "双击使用增加99飞鞋点数",
"dropBroadcast": 0,
"dropGroupid": 100516,
"dup": 9999,
"dup": 99,
"existScenes": [-1],
"forcetips": 1,
"icon": 13132,