- Small fix on healing done from absorbs.
This commit is contained in:
@@ -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
|
||||
+3
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user