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
@@ -121,7 +121,8 @@ function SkillInstanceResultCtrl:OnEnable()
local tbChar = tbParam[11]
self.mapChangeInfo = tbParam[12]
local SurpriseItems = tbParam[13]
self.tbCharDamage = tbParam[14] or {}
local DoubleItems = tbParam[14]
self.tbCharDamage = tbParam[15] or {}
for i = 1, 2 do
self._mapNode.btnDamageResult[i].gameObject:SetActive(self.tbCharDamage ~= nil and 0 < #self.tbCharDamage)
end
@@ -158,6 +159,10 @@ function SkillInstanceResultCtrl:OnEnable()
v.rewardType = AllEnum.RewardType.Extra
table.insert(self.mapReward, v)
end
for _, v in pairs(DoubleItems) do
v.rewardType = AllEnum.RewardType.Double
table.insert(self.mapReward, v)
end
self:RefreshWorldClass(nExp)
local nCurTeam = 5
if PlayerData.nCurGameType == AllEnum.WorldMapNodeType.Mainline then