Skip to content

Commit

Permalink
Merge pull request #1688 from wowsims/fixes
Browse files Browse the repository at this point in the history
Readiness resets kill shot cd
  • Loading branch information
jimmyt857 authored Nov 13, 2022
2 parents 46cbe4d + d6e2a94 commit f29ca80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sim/hunter/talents.go
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@ func (hunter *Hunter) registerReadinessCD() {
hunter.RapidFire.CD.Reset()
hunter.MultiShot.CD.Reset()
hunter.ArcaneShot.CD.Reset()
hunter.KillShot.CD.Reset()
hunter.RaptorStrike.CD.Reset()
hunter.ExplosiveTrap.CD.Reset()
if hunter.KillCommand != nil {
Expand Down

0 comments on commit f29ca80

Please sign in to comment.