Skip to content

Commit

Permalink
add defense type to weapon proc spells
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Mar 23, 2024
1 parent 38804e4 commit bbbc2cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sim/common/itemhelpers/weaponprocs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bbbc2cc

Please sign in to comment.