From 29f5997d1b1af029e7bfda11ce527b84d7cab2c8 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 14 Jan 2025 16:25:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(item):=20=E4=BF=AE=E6=94=B9=E7=89=A9?= =?UTF-8?q?=E5=93=81=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将物品类型从 136 修改为 131 - 涉及物品 ID 为 1379、1380、1381、1382 和 1383 --- LogicServer/data/config/item/StdItems.config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/LogicServer/data/config/item/StdItems.config b/LogicServer/data/config/item/StdItems.config index 45e4bc8..8e1a757 100755 --- a/LogicServer/data/config/item/StdItems.config +++ b/LogicServer/data/config/item/StdItems.config @@ -46003,7 +46003,7 @@ StdItems = { icon = 13509, recoverid = 0, packageType = 2, - type = 136, + type = 131, dealType = 0, conds = {}, id = 1379, @@ -46036,7 +46036,7 @@ StdItems = { icon = 13509, recoverid = 0, packageType = 2, - type = 136, + type = 131, dealType = 0, conds = {}, id = 1380, @@ -46069,7 +46069,7 @@ StdItems = { icon = 13509, recoverid = 0, packageType = 2, - type = 136, + type = 131, dealType = 0, conds = {}, id = 1381, @@ -46102,7 +46102,7 @@ StdItems = { icon = 13509, recoverid = 0, packageType = 2, - type = 136, + type = 131, dealType = 0, conds = {}, id = 1382, @@ -46135,7 +46135,7 @@ StdItems = { icon = 13509, recoverid = 0, packageType = 2, - type = 136, + type = 131, dealType = 0, conds = {}, id = 1383,