Skip to content

Commit

Permalink
Merge pull request #1754 from TheGroxEmpire/master
Browse files Browse the repository at this point in the history
Black magic proccing from deep wound and rend casts
  • Loading branch information
TheGroxEmpire authored Nov 18, 2022
2 parents f3f35fc + 6681878 commit 9236c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/common/wotlk/enchant_effects.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func init() {
aura.Activate(sim)
},
OnSpellHitDealt: func(aura *core.Aura, sim *core.Simulation, spell *core.Spell, result *core.SpellResult) {
if !result.Landed() || !spell.ProcMask.Matches(core.ProcMaskSpellDamage) {
if !result.Landed() || !spell.ProcMask.Matches(core.ProcMaskSpellDamage) && spell.ActionID.SpellID != 47465 && spell.ActionID.SpellID != 12867 {
return
}

Expand Down

0 comments on commit 9236c46

Please sign in to comment.