Skip to content

Commit

Permalink
TF spell flags
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinerarogue committed Sep 28, 2024
1 parent 8e9585f commit d97ea99
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 d97ea99

Please sign in to comment.