Skip to content

Commit

Permalink
update proc mask
Browse files Browse the repository at this point in the history
  • Loading branch information
lime-green committed Sep 5, 2023
1 parent 5e5f72e commit 304167d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/common/wotlk/nibelung.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func getSmiteConfig(valkyr *ValkyrPet, spellId int32, damageMin float64, damageM
return core.SpellConfig{
ActionID: core.ActionID{SpellID: spellId},
SpellSchool: core.SpellSchoolHoly,
ProcMask: core.ProcMaskEmpty,
ProcMask: core.ProcMaskSpellDamage,
Cast: core.CastConfig{
DefaultCast: core.Cast{
GCD: time.Second * 30 / 16, // 1.875s (16 casts per 30s)
Expand Down

0 comments on commit 304167d

Please sign in to comment.