diff --git a/sim/common/itemhelpers/weaponprocs.go b/sim/common/itemhelpers/weaponprocs.go index 235f000656..f03920d5a1 100644 --- a/sim/common/itemhelpers/weaponprocs.go +++ b/sim/common/itemhelpers/weaponprocs.go @@ -17,6 +17,7 @@ func CreateWeaponProcDamage(itemId int32, itemName string, ppm float64, spellId ActionID: core.ActionID{SpellID: spellId}, SpellSchool: school, ProcMask: core.ProcMaskEmpty, + DefenseType: defType, DamageMultiplier: 1, ThreatMultiplier: 1,