Skip to content

Commit

Permalink
Update innervate.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick authored Dec 23, 2024
1 parent 636ce12 commit 746933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/druid/innervate.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (druid *Druid) registerInnervateCD() {
}
})

druid.Innervate = druid.RegisterSpell(Humanoid|Moonkin|Tree, core.SpellConfig{
druid.Innervate = druid.RegisterSpell(Humanoid|Moonkin, core.SpellConfig{
ActionID: actionID,

ManaCost: core.ManaCostOptions{
Expand Down

0 comments on commit 746933d

Please sign in to comment.