Update - 1.9.0.107

EN: 1.9.0.107
CN: 1.9.0.108
JP: 1.9.0.112
KR: 1.9.0.112
This commit is contained in:
SL1900
2026-05-14 16:00:00 +09:00
parent 4b880806ef
commit eafd8f4088
1034 changed files with 809589 additions and 23067 deletions
@@ -50,8 +50,9 @@ function TrekkerVersusGiftQuestGridCtrl:OnDestroy()
end
function TrekkerVersusGiftQuestGridCtrl:OnRelease()
end
function TrekkerVersusGiftQuestGridCtrl:Refresh(mapQuestData, actData)
function TrekkerVersusGiftQuestGridCtrl:Refresh(mapQuestData, actData, nActId)
self._mapActData = actData
self.nActId = nActId
local mapQuestCfgData = ConfigTable.GetData("TravelerDuelChallengeQuest", mapQuestData.Id)
if mapQuestCfgData == nil then
return
@@ -87,6 +88,6 @@ function TrekkerVersusGiftQuestGridCtrl:OnBtnClick_JumpTo(btn)
EventManager.Hit("TrekkerVersusAffixJump", self.cfgData.AffixJumpTo)
end
function TrekkerVersusGiftQuestGridCtrl:OnBtnClick_Receive()
self._mapActData:ReceiveQuestReward()
self._mapActData:ReceiveQuestReward(self.nActId)
end
return TrekkerVersusGiftQuestGridCtrl