Hotfix - 1.6.0.85

EN: 1.6.0.85
CN: 1.6.0.88
JP: 1.6.0.89
KR: 1.6.0.92
This commit is contained in:
SL1900
2026-02-09 18:00:00 +09:00
parent 46f967a584
commit 952e8cb875
57 changed files with 8098 additions and 283 deletions
@@ -128,11 +128,12 @@ function CharEquipmentCtrl:OnEnable()
local ani = function()
if not PlayerData.Guide:CheckInGuideGroup(50) then
local mapSelect = PlayerData.Equipment:GetEquipmentSelect()
if mapSelect then
if mapSelect and mapSelect.nCharId == self.nCharId then
local nEquipIndex = 0
for _, v in ipairs(self.tbSlot) do
for k, v in ipairs(self.tbSlot) do
if v.nSlotId == mapSelect.nSlotId then
nEquipIndex = v.nGemIndex
self.nLastIndex = k
break
end
end
@@ -151,6 +152,7 @@ function CharEquipmentCtrl:OnEnable()
end
end
function CharEquipmentCtrl:OnDestroy()
PlayerData.Equipment:GetEquipmentSelect()
self.nLastIndex = 0
end
function CharEquipmentCtrl:OnBtnClick_EquipmentSlot(_, nIndex)