Ignore Forgeborne Reveries healing done

This commit is contained in:
Tercio Jose
2021-02-17 11:51:19 -03:00
parent 85038b0fec
commit 8b3165a830
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -84,6 +84,9 @@
local damage_cache_petsOwners = setmetatable ({}, _detalhes.weaktable)
--> heaing
local healing_cache = setmetatable ({}, _detalhes.weaktable)
local banned_healing_spells = {
[326514] = true, --remove on 10.0 - Forgeborne Reveries - necrolords ability
}
--> energy
local energy_cache = setmetatable ({}, _detalhes.weaktable)
--> misc
@@ -1771,6 +1774,11 @@
if (not alvo_name) then
return
end
--> check for banned spells
if (banned_healing_spells[spellid]) then
return
end
--> spirit link toten
if (spellid == SPELLID_SHAMAN_SLT) then