Skip to content

Commit

Permalink
allow prepull greatness
Browse files Browse the repository at this point in the history
  • Loading branch information
lime-green committed Nov 3, 2023
1 parent 8a7d40b commit 46d11ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sim/deathknight/deathknight.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@ func (dk *Deathknight) Initialize() {
// allows us to use these auras in the APL pre-pull actions
wotlk.CreateBlackMagicProcAura(&dk.Character)
CreateVirulenceProcAura(&dk.Character)

// pre-pull greatness buff (note: ideally should trigger ICD)
dk.NewTemporaryStatsAura("DMC Greatness Strength Proc", core.ActionID{SpellID: 60229}, stats.Stats{stats.Strength: 300}, time.Second*15)
}

func (dk *Deathknight) registerMindFreeze() {
Expand Down

0 comments on commit 46d11ff

Please sign in to comment.