Skip to content

Commit

Permalink
MSW only procs off of white hits
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Feb 11, 2024
1 parent e7c9c2b commit f0a72e4
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 f0a72e4

Please sign in to comment.