Update - 1.9.0.103

EN: 1.9.0.103
CN: 1.9.0.104
JP: 1.9.0.106
KR: 1.9.0.108
This commit is contained in:
SL1900
2026-04-18 00:15:00 +09:00
parent 35fe1f046d
commit e0549005e1
1150 changed files with 941124 additions and 19847 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ end
function DailyCheckInCtrl:RefreshSelect()
local mapItem = self.tbList[self.nSelect]
local mapCfg = ConfigTable.GetData_Item(mapItem.ItemId)
self._mapNode.goCurItem:SetItem(mapItem.ItemId, mapCfg.nRarity, mapItem.ItemQty, nil, nil, nil, nil, true)
self._mapNode.goCurItem:SetItem(mapItem.ItemId, nil, mapItem.ItemQty, nil, nil, nil, nil, true)
NovaAPI.SetTMPText(self._mapNode.txtRewardName, mapCfg.Title)
end
function DailyCheckInCtrl:PlayReceiveAni()