- 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
+2 -1
View File
@@ -11,4 +11,5 @@ move-folders:
Details/plugins/Details_TinyThreat: Details_TinyThreat
Details/plugins/Details_Vanguard: Details_Vanguard
Details/plugins/Details_YouAreNotPrepared: Details_YouAreNotPrepared
Details/plugins/Details_DpsTuning: Details_DpsTuning
Details/plugins/Details_RaidInfo-BlackrockFoundry: Details_RaidInfo-BlackrockFoundry
Details/plugins/Details_RaidInfo-Highmaul: Details_RaidInfo-Highmaul
+5 -14
View File
File diff suppressed because one or more lines are too long
+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)