diff --git a/sim/common/vanilla/item_effects.go b/sim/common/vanilla/item_effects.go index e49265bac4..439137b762 100644 --- a/sim/common/vanilla/item_effects.go +++ b/sim/common/vanilla/item_effects.go @@ -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,