Skip to content

Commit

Permalink
Merge pull request #836 from Flamanis/Ignore-Scarab-Overhealing
Browse files Browse the repository at this point in the history
Ignore scarab overhealing
  • Loading branch information
Tercioo authored Sep 29, 2024
2 parents b33f3eb + be6a684 commit 847e23b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/parser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2366,6 +2366,7 @@
[86273] = true, -- Illuminated Healing
[114908] = true, --Spirit Shell
[152118] = true, --Clarity of Will
[447134] = true, --Ravenous Scarab
}

function parser:heal_denied(token, time, sourceSerial, sourceName, sourceFlags, targetSerial, targetName, targetFlags, targetFlags2, spellIdAbsorb, spellNameAbsorb, spellSchoolAbsorb, serialHealer, nameHealer, flagsHealer, flags2Healer, spellIdHeal, spellNameHeal, typeHeal, amountDenied)
Expand Down

0 comments on commit 847e23b

Please sign in to comment.