refactor(ItemMerge): 修改兑换功能的分类索引
- 将 ItemMerge.config 文件中的兑换功能的 second_index 从 1 修改为 3 - 此修改可能会影响兑换功能在游戏中的分类或显示位置
This commit is contained in:
@@ -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 } },
|
||||
|
||||
Reference in New Issue
Block a user