Skip to content

Commit

Permalink
Merge pull request #3925 from jarveson/jake/dk-no-talents-crash
Browse files Browse the repository at this point in the history
dk: give a default rotation to avoid crash with no talents
  • Loading branch information
jarveson authored Oct 20, 2023
2 parents dcc54a1 + d7f3925 commit d280e1f
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 d280e1f

Please sign in to comment.