From 403a2f66a3e6f17c4a18296c8cba868408c15383 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 24 Jan 2025 12:30:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(configs):=20=E4=BF=AE=E6=AD=A3=E9=9C=9C?= =?UTF-8?q?=E5=8D=8E=E7=89=A9=E5=93=81=E6=81=A2=E5=A4=8D=E8=A7=86=E5=9B=BE?= =?UTF-8?q?=E7=9A=84ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将霜华物品恢复视图中的物品ID从 846 修改为 845 - 这个修改可能会影响到游戏中的物品恢复机制,需要确保相关功能正常运作 --- configs/StdItems.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index d7a1f63..795437c 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -47984,7 +47984,7 @@ "name": "霜华", "packageType": 1, "recordLog": 1, - "recoverView": [{ "count": 1, "id": 846, "rate": 100, "type": 0 }], + "recoverView": [{ "count": 1, "id": 845, "rate": 100, "type": 0 }], "recoverid": 150017, "shape": 48, "showQuality": 5,