From a38adfba2c67959eeea8650713d708d72b2bb5b9 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 15 Jan 2025 09:59:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(configs):=20=E6=9B=B4=E6=96=B0=20StdItems.j?= =?UTF-8?q?son=20=E4=B8=AD=E7=9A=84=20recoverid=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将物品 ID 为 75238 的 recoverid 从 0 修改为 150091 - 此修改可能修复了该物品无法恢复的问题 --- configs/StdItems.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index d49c096..5bbef60 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -75238,7 +75238,7 @@ "colGroup": 0, "cdTime": 0, "icon": 13509, - "recoverid": 0, + "recoverid": 150091, "dealPrice": 10, "type": 131, "dealType": 0,