Update - 1.11.0.113

EN: 1.11.0.113
CN: 1.11.0.114
JP: 1.11.0.118
KR: 1.11.0.118
This commit is contained in:
SL1900
2026-06-02 16:00:00 +09:00
parent 343b24c91b
commit dcc2c4a2a9
621 changed files with 518699 additions and 4157 deletions
+7 -3
View File
@@ -525,11 +525,15 @@ function PhoneCtrl:Awake()
self.nLastTog = nil
local tbParam = self:GetPanelParam()
if nil ~= tbParam and nil ~= tbParam[1] then
self._panel.nCurTog = tbParam[1]
if nil ~= tbParam[2] then
if self._panel.nCurTog == nil then
self._panel.nCurTog = tbParam[1]
end
if nil ~= tbParam[2] and self._panel.nSelectCharId == nil then
self._panel.nSelectCharId = tbParam[2]
end
self.bSetGridPos = tbParam[3]
if self._panel.nSelectCharId == nil then
self.bSetGridPos = tbParam[3]
end
end
end
function PhoneCtrl:OnEnable()