- Fixed an issue with overall data not updating correctly at the end of the combat.

- Added a tutorial line on the window when the user access overall data.
This commit is contained in:
Tercio
2016-12-29 18:31:37 -02:00
parent 55a1065849
commit 33f8ad58c2
7 changed files with 64 additions and 11 deletions
+12
View File
@@ -73,9 +73,21 @@ function historico:adicionar_overall (tabela)
_detalhes.tabela_overall.data_inicio = _detalhes.tabela_vigente.data_inicio or 0
end
--
_detalhes.tabela_overall:seta_data (_detalhes._detalhes_props.DATA_TYPE_END)
_detalhes:ClockPluginTickOnSegment()
for id, instance in _detalhes:ListInstances() do
if (instance:IsEnabled()) then
if (instance:GetSegment() == -1) then
instance:ForceRefresh()
--instance:AtualizaGumpPrincipal (true)
--print ("isntance", id, "overall updated.")
end
end
end
end
function _detalhes:GetCurrentCombat()