Skip to content

Commit

Permalink
use owner's melee haste coefficient
Browse files Browse the repository at this point in the history
  • Loading branch information
lime-green committed Oct 28, 2023
1 parent 82e6a61 commit 55b26eb
Show file tree
Hide file tree
Showing 2 changed files with 298 additions and 297 deletions.
1 change: 1 addition & 0 deletions sim/deathknight/dancing_rune_weapon.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ func (dk *Deathknight) NewRuneWeapon() *RuneWeaponPet {
runeWeapon.AutoAttacks.MH.SwingSpeed = 3.5
runeWeapon.AutoAttacks.MH.NormalizedSwingSpeed = 3.3
runeWeapon.PseudoStats.DamageTakenMultiplier = 0
runeWeapon.PseudoStats.MeleeHasteRatingPerHastePercent = dk.PseudoStats.MeleeHasteRatingPerHastePercent

if dk.Inputs.NewDrw {
baseDamage := (mhWeapon.BaseDamageMin + mhWeapon.BaseDamageMax) / 2
Expand Down
Loading

0 comments on commit 55b26eb

Please sign in to comment.