From a21332e2aaea87e3ca4b054420700bfc1d6fb691 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 14 Jan 2025 16:23:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(configs):=20=E4=BF=AE=E6=94=B9=20StdItems.j?= =?UTF-8?q?son=20=E4=B8=AD=E7=89=A9=E5=93=81=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 StdItems.json 文件中多个物品的 type 字段从 136 修改为 131,包括物品 ID 为 1379、1380、1381、1382 和 1383 的条目。 --- configs/StdItems.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index 65adfe0..bdc7c0a 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -72264,7 +72264,7 @@ "icon": 13509, "recoverid": 0, "packageType": 2, - "type": 136, + "type": 131, "dealType": 0, "conds": [], "id": 1379, @@ -72297,7 +72297,7 @@ "icon": 13509, "recoverid": 0, "packageType": 2, - "type": 136, + "type": 131, "dealType": 0, "conds": [], "id": 1380, @@ -72330,7 +72330,7 @@ "icon": 13509, "recoverid": 0, "packageType": 2, - "type": 136, + "type": 131, "dealType": 0, "conds": [], "id": 1381, @@ -72363,7 +72363,7 @@ "icon": 13509, "recoverid": 0, "packageType": 2, - "type": 136, + "type": 131, "dealType": 0, "conds": [], "id": 1382, @@ -72396,7 +72396,7 @@ "icon": 13509, "recoverid": 0, "packageType": 2, - "type": 136, + "type": 131, "dealType": 0, "conds": [], "id": 1383,