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:
@@ -255,7 +255,8 @@ function FormationDisc_ListCtrl:SyncFormation()
|
||||
if not bChange then
|
||||
return
|
||||
end
|
||||
PlayerData.Team:UpdateFormationInfo(self._panel.nTeamIndex, tbTeamMemberId, tbDisc)
|
||||
local nPreselectionId = PlayerData.Team:GetTeamPreselectionId(self._panel.nTeamIndex)
|
||||
PlayerData.Team:UpdateFormationInfo(self._panel.nTeamIndex, tbTeamMemberId, tbDisc, nPreselectionId)
|
||||
end
|
||||
function FormationDisc_ListCtrl:RefreshOrderState()
|
||||
self._mapNode.imgArrowUpEnable:SetActive(self.tbSortCfg.bOrder)
|
||||
|
||||
@@ -397,7 +397,8 @@ function MainlineFormationDiscCtrl:UploadFormation(tbMainDisc, tbSubDisc, callba
|
||||
self.tbMainDisc = clone(tbMainDisc)
|
||||
self.tbSubDisc = clone(tbSubDisc)
|
||||
end
|
||||
PlayerData.Team:UpdateFormationInfo(self._panel.nTeamIndex, tbTeamMemberId, tbDisc, Callback)
|
||||
local nPreselectionId = PlayerData.Team:GetTeamPreselectionId(self._panel.nTeamIndex)
|
||||
PlayerData.Team:UpdateFormationInfo(self._panel.nTeamIndex, tbTeamMemberId, tbDisc, nPreselectionId, Callback)
|
||||
end
|
||||
function MainlineFormationDiscCtrl:OnBtnClick_SwitchMain()
|
||||
self._mapNode.discListRoot:OnBtnClick_Switch1()
|
||||
|
||||
Reference in New Issue
Block a user