Skip to content

Commit

Permalink
Merge pull request #3068 from wowsims/mbprec
Browse files Browse the repository at this point in the history
Update AOE for spriest
  • Loading branch information
dbyena2 authored May 10, 2023
2 parents 34b393e + fc1b242 commit 930ca4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/priest/shadow/rotation.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func (spriest *ShadowPriest) chooseSpellAOE(sim *core.Simulation) (*core.Spell,
if !spriest.ShadowWordPain.Dot(t).IsActive() && sim.GetRemainingDuration().Seconds() > 12 {
return spriest.ShadowWordPain, t
}
if spriest.ShadowWordPain.Dot(t).RemainingDuration(sim).Seconds() < 2 {
if spriest.ShadowWordPain.Dot(t).RemainingDuration(sim).Seconds() < 2.5 {
return spriest.MindFlay[2], t
}
}
Expand Down

0 comments on commit 930ca4b

Please sign in to comment.