Skip to content

Commit

Permalink
feat(Tank): Add Smolderon healing absorb
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilraaz committed May 29, 2024
1 parent 6a584e4 commit 5edfcc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion HeroLib/Class/Unit/Player/Tank.lua
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ do
local HealingAbsorbedSpells = {
Debuff = {
-- T21 Antorus
Spell(243961) -- Misery (Varimathras)
Spell(243961), -- Misery (Varimathras)
-- T31 Amirdrassil
Spell(421656), -- Cauterizing Wound (Smolderon)
}
}
function Player:HealingAbsorbed()
Expand Down

0 comments on commit 5edfcc5

Please sign in to comment.