- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user