Merge pull request #567 from Flamanis/Overall-Clear-Logout-fix

Don't populate overall segment on load. and force refresh window on s…
This commit is contained in:
Tercio Jose
2023-07-11 10:45:23 -03:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -440,6 +440,7 @@ local instanceMixins = {
instance:RefreshCombat()
Details:SendEvent("DETAILS_INSTANCE_CHANGESEGMENT", nil, instance, segmentId)
instance.v_barras = true
instance:ResetWindow()
instance:RefreshWindow(true)
+1
View File
@@ -172,6 +172,7 @@ function Details222.LoadSavedVariables.CombatSegments()
Details:RestoreOverallMetatables()
else
Details.tabela_overall = Details.combate:NovaTabela()
Details.tabela_overall.overall_refreshed = true
end
end