- 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
+1 -1
View File
@@ -1807,7 +1807,7 @@ function atributo_misc:ToolTipInterrupt (instancia, numero, barra)
quantidade [nome] = 1
local my_self = instancia.showing[class_type]:PegarCombatente (nil, nome)
if (my_self) then
if (my_self and my_self.interrupt) then
totais [#totais+1] = {nome, my_self.interrupt}
end
else