Skip to content

Commit

Permalink
Merge pull request #3407 from wowsims/apl
Browse files Browse the repository at this point in the history
Fix furious howl CD for APL
  • Loading branch information
jimmyt857 authored Aug 1, 2023
2 parents 1968821 + 3b02fa5 commit 5cd7688
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sim/hunter/pet_abilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,6 @@ func (hp *HunterPet) newFuriousHowl() *core.Spell {
hp.hunterOwner.RegisterSpell(core.SpellConfig{
ActionID: actionID,
Flags: core.SpellFlagAPL | core.SpellFlagMCD,
Cast: core.CastConfig{
CD: howlSpell.CD,
},
ExtraCastCondition: func(sim *core.Simulation, target *core.Unit) bool {
return howlSpell.CanCast(sim, target)
},
Expand Down

0 comments on commit 5cd7688

Please sign in to comment.