Skip to content

Commit

Permalink
Merge pull request #4133 from wowsims/fixes
Browse files Browse the repository at this point in the history
Set NewDrw to true in dk tank sim
  • Loading branch information
jimmyt857 authored Jan 7, 2024
2 parents 4f307ba + 6a2adf8 commit dd4bc34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sim/deathknight/tank/tank_deathknight.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func NewTankDeathknight(character *core.Character, options *proto.Player) *TankD
tankDk := &TankDeathknight{
Deathknight: deathknight.NewDeathknight(character, deathknight.DeathknightInputs{
IsDps: false,
NewDrw: true,
StartingRunicPower: dkOptions.Options.StartingRunicPower,
}, options.TalentsString, false),
Rotation: dkOptions.Rotation,
Expand Down

0 comments on commit dd4bc34

Please sign in to comment.