From 73b6302e3456785750500fdfdb5d633f61341322 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Mon, 13 Jan 2025 00:33:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ItemMerge):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=85=91=E6=8D=A2=E5=8A=9F=E8=83=BD=E7=9A=84=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E7=B4=A2=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 ItemMerge.config 文件中的兑换功能的 second_index 从 1 修改为 3 - 此修改可能会影响兑换功能在游戏中的分类或显示位置 --- LogicServer/data/config/Merge/ItemMerge.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogicServer/data/config/Merge/ItemMerge.config b/LogicServer/data/config/Merge/ItemMerge.config index d2b9b6f..1949663 100755 --- a/LogicServer/data/config/Merge/ItemMerge.config +++ b/LogicServer/data/config/Merge/ItemMerge.config @@ -1941,7 +1941,7 @@ ItemMergeConfig = { index = 3, text = "兑换", Eid = 3301, - second_index = 1, + second_index = 3, buttontxt10 = "合成10次", mergebutton10 = 1, table = { { id = 301, type = 0, count = 1 } },