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:
@@ -324,7 +324,9 @@ function NewTutorialsActCtrl:RefreshTeamFormation()
|
||||
local nReceivedCount, nTotalCount = 0, 0
|
||||
for i = 1, nAttrQuestCount do
|
||||
local bComplete = PlayerData.Quest:CheckTeamFormationAttributeCompleted(i)
|
||||
nReceivedCount, nTotalCount = PlayerData.Quest:GetTeamFormationAttributeProgress(i)
|
||||
local nThisReceivedCount, nThisTotalCount = PlayerData.Quest:GetTeamFormationAttributeProgress(i)
|
||||
nReceivedCount = nReceivedCount + nThisReceivedCount
|
||||
nTotalCount = nTotalCount + nThisTotalCount
|
||||
end
|
||||
if nTotalCount == nReceivedCount then
|
||||
self._mapNode.btn_GoTeamFormationPanel.gameObject:SetActive(false)
|
||||
|
||||
Reference in New Issue
Block a user