Skip to content

Commit

Permalink
Merge pull request #3228 from wowsims/fix_drw_speed
Browse files Browse the repository at this point in the history
Fix DRW speed not properly updating
  • Loading branch information
rosenrusinov authored Jul 2, 2023
2 parents b0b0d1a + abf85ef commit f5f67d3
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 270 deletions.
2 changes: 2 additions & 0 deletions sim/deathknight/dancing_rune_weapon.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ func (dk *Deathknight) NewRuneWeapon() *RuneWeaponPet {
})

runeWeapon.AutoAttacks.MH.SwingSpeed = 3.5
runeWeapon.AutoAttacks.MH.NormalizedSwingSpeed = 3.3
runeWeapon.AutoAttacks.MH.SwingDuration = time.Duration(runeWeapon.AutoAttacks.MH.SwingSpeed * float64(time.Second))
runeWeapon.PseudoStats.DamageTakenMultiplier = 0

if dk.Inputs.NewDrw {
Expand Down
Loading

0 comments on commit f5f67d3

Please sign in to comment.