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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user