From 29d218e6dccc4f1b449331c7ac58dcc58874e273 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 14 Jan 2025 16:56:34 +0800 Subject: [PATCH] =?UTF-8?q?refactor(configs):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=89=A9=E5=93=81=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将物品 ID 为 75258 的名称从 "神速礼包" 修改为 "天龙宝箱" - 此修改仅涉及物品名称,其他属性保持不变 --- configs/StdItems.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index 4b3ed22..4e19c99 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -75258,7 +75258,7 @@ "desc": "打开后随机获得天龙套装中的任意一件,获得随机奖励", "denyDeal": 1, "recordLog": 1, - "name": "神速礼包", + "name": "天龙宝箱", "dropGroupid": 100877, "dropBroadcast": 0, "itemlvl": 3,