Hotfix - 1.4.0.74
EN: 1.4.0.74 CN: 1.4.0.75 JP: 1.4.0.78 KR: 1.4.0.81
This commit is contained in:
@@ -172,9 +172,11 @@ function ChristmasThemeCtrl:OnEnable()
|
||||
self._mapNode.redDotEntrance1:SetActive(false)
|
||||
else
|
||||
local nQuestActId = tonumber(tostring(self.nActId) .. "03")
|
||||
RedDotManager.RegisterNode(RedDotDefine.Activity_Group_Task, {
|
||||
local nMiniGameQuestActId = tonumber(tostring(self.nActId) .. "04")
|
||||
RedDotManager.RegisterNode(RedDotDefine.Activity_Group_Task_Group, {
|
||||
self.nActId,
|
||||
nQuestActId
|
||||
nQuestActId,
|
||||
nMiniGameQuestActId
|
||||
}, self._mapNode.redDotEntrance1)
|
||||
end
|
||||
elseif i == AllEnum.ActivityThemeFuncIndex.Story then
|
||||
|
||||
Reference in New Issue
Block a user