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
@@ -167,9 +167,6 @@ function BreakOutLevelDetailCtr:OnEnable()
self.bOpenTransition = false
end
function BreakOutLevelDetailCtr:OnDisable()
if self._panel.bList then
self._mapNode.CharList:SyncFormation()
end
local sSceneName = ConfigTable.GetData("BreakOutControl", self.nActId).SceneName
local callback1 = function()
EventManager.Hit(EventId.SetTransition)
@@ -310,7 +307,7 @@ function BreakOutLevelDetailCtr:LoadCharacter(nCharId, nCharNid, bOpen)
return
end
local CharacterSkinOverlapData = ConfigTable.GetData("CharacterSkinOverlap", mapSkin.CharId)
if not mapSkin then
if not CharacterSkinOverlapData then
printLog("CharacterSkinOverlap" .. nCharId)
return
end