Skip to content

Commit

Permalink
enhancement t2.5 4pc burn ignores attacker mods
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Dec 31, 2024
1 parent b17faf9 commit 53b9fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/shaman/item_sets_pve_phase_6.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func (shaman *Shaman) applyTAQEnhancement4PBonus() {
SpellSchool: core.SpellSchoolFire,
DefenseType: core.DefenseTypeMagic,
ProcMask: core.ProcMaskEmpty,
Flags: core.SpellFlagNoOnCastComplete | core.SpellFlagPassiveSpell,
Flags: core.SpellFlagNoOnCastComplete | core.SpellFlagPassiveSpell | core.SpellFlagIgnoreAttackerModifiers,

DamageMultiplier: 1,
ThreatMultiplier: 1,
Expand Down

0 comments on commit 53b9fdc

Please sign in to comment.