From f28e20ade15822744061f3025845e09328f46cdb Mon Sep 17 00:00:00 2001 From: xiejun <467745540@qq.com> Date: Fri, 2 Feb 2024 18:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Carbon/XuanYuanMirrorPanelList.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Carbon/XuanYuanMirrorPanelList.lua b/Assets/ManagedResources/~Lua/Modules/Carbon/XuanYuanMirrorPanelList.lua index a3780a17dd..76bb3d0522 100644 --- a/Assets/ManagedResources/~Lua/Modules/Carbon/XuanYuanMirrorPanelList.lua +++ b/Assets/ManagedResources/~Lua/Modules/Carbon/XuanYuanMirrorPanelList.lua @@ -12,25 +12,25 @@ local mirrors = { [1] = { id = Language[10331], --人杰 bg = "UI_hz_xy_01", - tip = string.format("%s", GetLanguageStrById(specialConfig[72].Value)), + tip = string.format("%s", GetLanguageStrById(specialConfig[71].Value)), name="海军宝藏" }, [2] = { id = Language[10332], --佛禅 bg = "UI_hz_xy_02", - tip = string.format("%s", GetLanguageStrById(specialConfig[71].Value)), + tip = string.format("%s", GetLanguageStrById(specialConfig[74].Value)), name="海贼宝藏" }, [3] = { id = Language[10333], --妖灵 bg = "UI_hz_xy_03", - tip = string.format("%s", GetLanguageStrById(specialConfig[74].Value)), + tip = string.format("%s", GetLanguageStrById(specialConfig[73].Value)), name="四皇宝藏" }, [4] = { id = Language[10334], --道玄 bg = "UI_hz_xy_04", - tip = string.format("%s", GetLanguageStrById(specialConfig[73].Value)), + tip = string.format("%s", GetLanguageStrById(specialConfig[72].Value)), name="强者宝藏" } }