Skip to content

Commit

Permalink
give ele the option to pre-proc dying curse (#4214)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick authored Feb 15, 2024
1 parent c759e08 commit 4bb6c17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sim/shaman/shaman.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ func (shaman *Shaman) Initialize() {
shaman.registerCallOfTheElements()

shaman.registerBloodlustCD()

shaman.NewTemporaryStatsAura("DC Pre-Pull SP Proc", core.ActionID{SpellID: 60494}, stats.Stats{stats.SpellPower: 765}, time.Second*10)
}

func (shaman *Shaman) RegisterHealingSpells() {
Expand Down

0 comments on commit 4bb6c17

Please sign in to comment.