Skip to content

Commit

Permalink
Merge pull request #444 from wowsims/weapon-proc-defense-type
Browse files Browse the repository at this point in the history
add defense type to weapon proc spells
  • Loading branch information
kayla-glick authored Mar 23, 2024
2 parents 38804e4 + bbbc2cc commit f0b18fc
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 f0b18fc

Please sign in to comment.