Skip to content

Commit

Permalink
Melee specialist reset is not a queue
Browse files Browse the repository at this point in the history
  • Loading branch information
ncberman committed Jan 12, 2025
1 parent 3117a7e commit b59ff6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/hunter/raptor_strike.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (hunter *Hunter) getRaptorStrikeConfig(rank int) core.SpellConfig {
}

if hasMeleeSpecialist && sim.Proc(0.3, "Raptor Strike Reset") {
spell.CD.QueueReset(sim.CurrentTime)
spell.CD.Reset()
hunter.MongooseBite.CD.Reset()
}

Expand Down

0 comments on commit b59ff6b

Please sign in to comment.