Skip to content

Commit

Permalink
Merge pull request #3886 from wowsims/dk_tank_t10
Browse files Browse the repository at this point in the history
fix dk tank t10 set bonus not activating
  • Loading branch information
rosenrusinov committed Oct 16, 2023
2 parents 755453a + f2ef38f commit 442f30a
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 442f30a

Please sign in to comment.