- merging more updates from the beta version.

This commit is contained in:
Tercio
2016-07-26 19:27:36 -03:00
parent da2d6b9bf4
commit bd0bb3b7d2
9 changed files with 886 additions and 23 deletions
+4 -2
View File
@@ -161,10 +161,12 @@ function historico:adicionar (tabela)
overall_added = true
--print ("0x10")
end
if (overall_added) then
if (tabela.is_boss and tabela:InstanceType() == "raid" and tabela:GetCombatTime() < 30) then
_detalhes:Msg ("segment not added to overall (less than 30 seconds of combat time).")
if (_detalhes.debug) then
_detalhes:Msg ("segment not added to overall (less than 30 seconds of combat time).")
end
else
if (_detalhes.debug) then
_detalhes:Msg ("(debug) overall data flag match with the current combat.")