Update - 1.9.0.105

EN: 1.9.0.105
CN: 1.9.0.106
JP: 1.9.0.109
KR: 1.9.0.110
This commit is contained in:
SL1900
2026-04-30 15:30:00 +09:00
parent 4cb9facacf
commit 2fc2487e0c
170 changed files with 18534 additions and 1726 deletions
@@ -300,7 +300,7 @@ function MainlineEx_SolodanceStoryCtrl:GetLockTxt(tbResult)
for k, v in pairs(tbStoryIds) do
if v == false then
local storyData = ConfigTable.GetData_Story(AvgData.CFG_Story[k])
lockTxt = orderedFormat(ConfigTable.GetUIText("Story_UnlockPreId") or "", storyData.Title)
lockTxt = orderedFormat(ConfigTable.GetUIText("Activity_Story_UnlockPreId") or "", storyData.Title)
break
end
end
@@ -313,7 +313,7 @@ function MainlineEx_SolodanceStoryCtrl:GetLockTxt(tbResult)
for k, v in pairs(tbStoryIds) do
if v == false then
local storyData = ConfigTable.GetData_Story(AvgData.CFG_Story[k])
lockTxt = orderedFormat(ConfigTable.GetUIText("Story_UnlockPreId") or "", storyData.Title)
lockTxt = orderedFormat(ConfigTable.GetUIText("Activity_Story_UnlockPreId") or "", storyData.Title)
break
end
end