Update - 1.13.0.124

EN: 1.13.0.124
CN: 1.13.0.124
JP: 1.13.0.128
KR: 1.13.0.130
This commit is contained in:
SL1900
2026-07-21 12:30:00 +09:00
parent a12087abad
commit 8c4bd41668
1334 changed files with 873026 additions and 95164 deletions
@@ -84,6 +84,13 @@ function PenguinCardQuestCtrl:InitData(nActId)
self.actData = PlayerData.Activity:GetActivityDataById(self.nActId)
self.tbGroup = self.actData:GetQuestGroup()
self.nSelectIndex = 1
for i, v in ipairs(self.tbGroup) do
local bRed = RedDotManager.GetValid(RedDotDefine.Activity_PenguinCard_QuestGroup, {v})
if bRed then
self.nSelectIndex = i
break
end
end
self.nSelecedGroupId = self.tbGroup[self.nSelectIndex]
end
function PenguinCardQuestCtrl:Refresh()