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
+4 -12
View File
@@ -90,18 +90,10 @@ local char_panel_show_cfg = {
bgPosX = -60,
L2DPosX = -3,
weaponPosX = 28
},
[PanelId.CharFavourGift] = {
bShowTopBar = true,
type = AllEnum.CharBgPanelShowType.L2D,
bgPosX = -60,
L2DPosX = -3,
weaponPosX = 28
}
}
local char_sub_panel = {
[PanelId.CharUpPanel] = true,
[PanelId.CharFavourGift] = true
[PanelId.CharUpPanel] = true
}
local panel_switch_anim_cfg = {
[PanelId.CharUpPanel] = {
@@ -220,12 +212,12 @@ function CharBgPanel:OnEnable()
end
function CharBgPanel:OnDisable()
end
function CharBgPanel:OnEvent_CharRelatePanelOpen(nPanelId, ncharId, tbCharList, param1)
function CharBgPanel:OnEvent_CharRelatePanelOpen(nPanelId, nCharId, tbCharList, param1)
self.nClosePanelId = self.nPanelId
self.nPanelId = nPanelId
self.bSecondPanel = false
if nil ~= ncharId then
self.ncharId = ncharId
if nil ~= nCharId then
self.nCharId = nCharId
end
if nil ~= tbCharList then
self.tbCharList = tbCharList