Skip to content

Commit

Permalink
Merge pull request #162 from wowsims/shaman
Browse files Browse the repository at this point in the history
Update MSW to only proc on white hits
  • Loading branch information
kayla-glick authored Feb 11, 2024
2 parents e3ca4b2 + f0a72e4 commit be23a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/shaman/runes.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func (shaman *Shaman) applyMaelstromWeapon() {
},
})

ppmm := shaman.AutoAttacks.NewPPMManager(ppm, core.ProcMaskMelee)
ppmm := shaman.AutoAttacks.NewPPMManager(ppm, core.ProcMaskMeleeWhiteHit)

// This aura is hidden, just applies stacks of the proc aura.
shaman.RegisterAura(core.Aura{
Expand Down

0 comments on commit be23a8a

Please sign in to comment.