Skip to content

Commit

Permalink
Another commit before making a separate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyt857 committed Jan 5, 2024
1 parent ee8f8a6 commit f8172ac
Show file tree
Hide file tree
Showing 14 changed files with 316 additions and 860 deletions.
2 changes: 1 addition & 1 deletion sim/core/attack.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func (wa *WeaponAttack) swing(sim *Simulation) time.Duration {
wa.swingAt = sim.CurrentTime + wa.curSwingDuration
attackSpell.Cast(sim, wa.unit.CurrentTarget)

if !sim.Options.Interactive {
if !sim.Options.Interactive && wa.unit.Rotation != nil {
wa.unit.Rotation.DoNextAction(sim)
}

Expand Down
12 changes: 6 additions & 6 deletions sim/deathknight/dps/TestBlood.results
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ dps_results: {
dps_results: {
key: "TestBlood-AllItems-EphemeralSnowflake-50260"
value: {
dps: 10467.28296
tps: 5296.53902
dps: 10443.90447
tps: 5277.80696
}
}
dps_results: {
Expand Down Expand Up @@ -666,8 +666,8 @@ dps_results: {
dps_results: {
key: "TestBlood-AllItems-SphereofRedDragon'sBlood-37166"
value: {
dps: 10350.69235
tps: 5235.5789
dps: 10383.49361
tps: 5254.72979
}
}
dps_results: {
Expand Down Expand Up @@ -778,8 +778,8 @@ dps_results: {
dps_results: {
key: "TestBlood-AllItems-TomeofArcanePhenomena-36972"
value: {
dps: 10317.50284
tps: 5211.82802
dps: 10379.62764
tps: 5242.10503
}
}
dps_results: {
Expand Down
Loading

0 comments on commit f8172ac

Please sign in to comment.