Skip to content

Commit

Permalink
Fix Crimson Tempest combo points
Browse files Browse the repository at this point in the history
  • Loading branch information
catszeid committed Jul 7, 2024
1 parent 4ae388b commit 83da669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/rogue/crimson_tempest.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (rogue *Rogue) registerCrimsonTempestSpell() {
rogue.CrimsonTempestBleed.Cast(sim, aoeTarget)
}

rogue.ApplyFinisher(sim, spell)
rogue.SpendComboPoints(sim, spell)
},
})
}
Expand Down

0 comments on commit 83da669

Please sign in to comment.