Skip to content

Commit

Permalink
dk: give a default rotation to avoid crash with no talents
Browse files Browse the repository at this point in the history
Signed-off-by: jarves <[email protected]>
  • Loading branch information
jarveson committed Oct 20, 2023
1 parent dcc54a1 commit d7f3925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/deathknight/dps/dps_deathknight.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (dk *DpsDeathknight) SetupRotations() {
dk.RotationSequence.Clear()

dk.Inputs.FuStrike = deathknight.FuStrike_Obliterate

dk.rotationSetup = dk.setupBloodRotations
dk.CustomRotation = dk.makeCustomRotation()
if dk.CustomRotation == nil || dk.Rotation.FrostRotationType == proto.Deathknight_Rotation_SingleTarget {
dk.Rotation.FrostRotationType = proto.Deathknight_Rotation_SingleTarget
Expand Down

0 comments on commit d7f3925

Please sign in to comment.