- Small fix on healing done from absorbs.

This commit is contained in:
tercio
2014-10-21 21:32:58 -02:00
parent 93b2113752
commit 619b551403
3 changed files with 10 additions and 16 deletions
+3 -1
View File
@@ -622,7 +622,9 @@
}
local ignored_shields = {
[142862] = true --Ancient Barrier Malkorok
[142862] = true, --Ancient Barrier Malkorok
[114556] = true, --Purgatory (DK)
[115069] = true, -- Stance of the Sturdy Ox
}
function parser:heal_absorb (token, time, who_serial, who_name, who_flags, alvo_serial, alvo_name, alvo_flags, spellid, spellname, spellschool, owner_serial, owner_name, owner_flags, owner_flags2, shieldid, shieldname, shieldtype, amount)