Update - 1.12.0.120

EN: 1.12.0.120
CN: 1.12.0.120
JP: 1.12.0.124
KR: 1.12.0.124
This commit is contained in:
SL1900
2026-06-30 14:30:00 +09:00
parent 061d344bf2
commit 80af235e05
826 changed files with 625145 additions and 81163 deletions
+7 -4
View File
@@ -110,8 +110,13 @@ function StorySetCtrl:RefreshChapter()
end
end
end
if nNewIndex <= 0 and PlayerData.StorySet:IsChapterAllRead(nRecentChapterId) and 0 >= table.indexof(self.tbChapter, nRecentChapterId) and #self.tbChapter > 0 then
nNewIndex = 1
if nNewIndex <= 0 and PlayerData.StorySet:IsChapterAllRead(nRecentChapterId) and #self.tbChapter > 0 then
for _, v in ipairs(self.tbChapter) do
if v.nId == nRecentChapterId then
nNewIndex = 1
break
end
end
end
if 0 < nNewIndex then
local wait = function()
@@ -324,8 +329,6 @@ function StorySetCtrl:ShowGetReward()
self.bTransitionEnd = false
end
end
function StorySetCtrl:FilterSectionList()
end
function StorySetCtrl:UpdateChapterList()
if self.tbTabData == nil then
self.tbChapter = PlayerData.StorySet:GetAllChapterList(self.nCurrentTabIndex, self.bOnlyShowUnRead)