From 46d11ff360c45c6a6d1daef90df5af9e748a96af Mon Sep 17 00:00:00 2001 From: Josh DM Date: Fri, 3 Nov 2023 08:51:52 -0400 Subject: [PATCH] allow prepull greatness --- sim/deathknight/deathknight.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sim/deathknight/deathknight.go b/sim/deathknight/deathknight.go index 8d21d47aab..5871f0fa45 100644 --- a/sim/deathknight/deathknight.go +++ b/sim/deathknight/deathknight.go @@ -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() {