- Fixed the healing done problem with Priest's Spirit of Redemption.

- Fixed avoidance by absorb when the hit missed was a multistrike hit.
- Fixed a script time out problem when erasing data while in combat.
- Fixed bug with interrupt tooltip when the player have a pet.
This commit is contained in:
tercio
2014-10-26 18:30:17 -02:00
parent 25c2528741
commit b16c61bc1f
5 changed files with 97 additions and 76 deletions
+5 -1
View File
@@ -308,7 +308,11 @@ function historico:resetar()
_table_wipe (_detalhes.cache_healing_group)
_detalhes:UpdateParserGears()
collectgarbage()
if (not InCombatLockdown() and not UnitAffectingCombat ("player")) then
collectgarbage()
else
_detalhes.schedule_hard_garbage_collect = true
end
_detalhes:InstanciaCallFunction (_detalhes.AtualizaSegmentos) -- atualiza o instancia.showing para as novas tabelas criadas
_detalhes:InstanciaCallFunction (_detalhes.AtualizaSoloMode_AfertReset) -- verifica se precisa zerar as tabela da janela solo mode