From 46b60704ef50b06b5f2fc4962230a6c87cddbcf2 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 3 Nov 2023 09:47:31 -0400 Subject: [PATCH] allow prepull greatness (#3997) * allow prepull greatness * fix tests --- sim/deathknight/deathknight.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sim/deathknight/deathknight.go b/sim/deathknight/deathknight.go index 8d21d47aab..95867d1c8b 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) + + // for some reason re-using the same label as DMC:G proc causes tests to fail + dk.NewTemporaryStatsAura("DMC Greatness Pre-Pull Strength Proc", core.ActionID{SpellID: 60229}, stats.Stats{stats.Strength: 300}, time.Second*15) } func (dk *Deathknight) registerMindFreeze() {