Skip to content

Commit

Permalink
fix dk tank t10 set bonus not activating
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenrusinov committed Oct 16, 2023
1 parent 755453a commit f2ef38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/deathknight/blood_tap.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (dk *Deathknight) registerBloodTapSpell() {

dk.BloodTap = dk.RegisterSpell(core.SpellConfig{
ActionID: actionID,
Flags: core.SpellFlagNoOnCastComplete | core.SpellFlagAPL,
Flags: core.SpellFlagAPL,

Cast: core.CastConfig{
CD: core.Cooldown{
Expand Down

0 comments on commit f2ef38f

Please sign in to comment.