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
@@ -181,6 +181,9 @@ function WeeklyCopiesCtrl:OnEnable()
elseif self.curSelectBossType ~= nil then
self.initSelTypeId = self.curSelectBossType.Id
end
if self.initSelTypeId == 0 then
self.initSelTypeId = self._panel.curSelMonster
end
self:SetSprite_Coin(self._mapNode.imgTicketIcon, AllEnum.CoinItemId.RogueHardCoreTick)
self:SetSprite_Coin(self._mapNode.imgIconTicketBtn, AllEnum.CoinItemId.RogueHardCoreTick)
local nTicketCount = PlayerData.Item:GetItemCountByID(AllEnum.CoinItemId.RogueHardCoreTick)
@@ -243,6 +246,7 @@ function WeeklyCopiesCtrl:OnEnable()
return
end
self.curSelectBossType = bossTypeData
self._panel.curSelMonster = bossTypeData.Id
self:RefreshSelectMonster(i - 1)
end, btn.gameObject, i)
btn.onClick:AddListener(func_Handler)