Skip to content

Commit

Permalink
add missing spell flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenrusinov committed Feb 26, 2023
1 parent 5b11613 commit 2b64b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sim/deathknight/blood_boil.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func (dk *Deathknight) registerDrwBloodBoilSpell() {
ActionID: BloodBoilActionID,
SpellSchool: core.SpellSchoolShadow,
ProcMask: core.ProcMaskSpellDamage,
Flags: core.SpellFlagIgnoreAttackerModifiers,

DamageMultiplier: 0.5 * dk.bloodyStrikesBonus(dk.BloodBoil),
CritMultiplier: dk.bonusCritMultiplier(dk.Talents.MightOfMograine),
Expand Down

0 comments on commit 2b64b67

Please sign in to comment.