Hotfix - 1.11.0.115

EN: 1.11.0.115
CN: 1.11.0.116
JP: 1.11.0.120
KR: 1.11.0.120
This commit is contained in:
SL1900
2026-06-03 20:30:00 +09:00
parent dcc2c4a2a9
commit 17c041b62e
14 changed files with 24 additions and 24 deletions
@@ -681,7 +681,7 @@ function ActivityAvgData:RefreshAvgRedDot()
local _ActAvg = self.tbActAvgList[actId]
local isOpen = false
if _ActAvg ~= nil then
isOpen = self:IsOpen(cfg.StoryId)
isOpen = self:IsOpen(cfg.StoryId, actId)
end
local actGroupData = PlayerData.Activity:GetActivityGroupDataById(nActGroupId)
local bActGroupUnlock = actGroupData:IsUnlock()