Skip to content

Commit

Permalink
Merge pull request #1106 from sanguinerarogue/TFSpellFlags
Browse files Browse the repository at this point in the history
TF spell flags
  • Loading branch information
kayla-glick authored Sep 29, 2024
2 parents e2ef74e + d97ea99 commit 4b173d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/common/vanilla/item_effects.go
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,7 @@ func init() {
ActionID: procActionID.WithTag(1),
SpellSchool: core.SpellSchoolNature,
DefenseType: core.DefenseTypeMagic,
ProcMask: core.ProcMaskEmpty,
ProcMask: core.ProcMaskSpellProc | core.ProcMaskSpellDamageProc,
Flags: core.SpellFlagIgnoreAttackerModifiers,

DamageMultiplier: 1,
Expand Down

0 comments on commit 4b173d2

Please sign in to comment.