From bbbc2cc20ffe31698f4a74097c633b43151cbb44 Mon Sep 17 00:00:00 2001 From: Kayla Glick Date: Sat, 23 Mar 2024 12:14:15 -0400 Subject: [PATCH] add defense type to weapon proc spells --- sim/common/itemhelpers/weaponprocs.go | 1 + 1 file changed, 1 insertion(+) 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,