Skip to content

Commit

Permalink
enable nibelung for ele shammies (#3683)
Browse files Browse the repository at this point in the history
  • Loading branch information
lime-green authored Sep 15, 2023
1 parent 21c17bc commit 5a1690b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sim/shaman/elemental/elemental.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package elemental

import (
"github.com/wowsims/wotlk/sim/common/wotlk"
"github.com/wowsims/wotlk/sim/core"
"github.com/wowsims/wotlk/sim/core/proto"
"github.com/wowsims/wotlk/sim/shaman"
Expand Down Expand Up @@ -75,6 +76,7 @@ func NewElementalShaman(character core.Character, options *proto.Player) *Elemen
}
}

wotlk.ConstructValkyrPets(&ele.Character)
return ele
}

Expand Down

0 comments on commit 5a1690b

Please sign in to comment.