From 26e884fdceff9b527f1cd25dd2b4e5374889b8b9 Mon Sep 17 00:00:00 2001 From: Azevara Date: Sun, 21 Jul 2024 15:39:37 -0400 Subject: [PATCH] [Warlock] Update some Decimation triggers --- engine/class_modules/warlock/sc_warlock_actions.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/engine/class_modules/warlock/sc_warlock_actions.cpp b/engine/class_modules/warlock/sc_warlock_actions.cpp index c6ce63cbcd0..317a8bbbcae 100644 --- a/engine/class_modules/warlock/sc_warlock_actions.cpp +++ b/engine/class_modules/warlock/sc_warlock_actions.cpp @@ -891,6 +891,8 @@ using namespace helpers; background = true; proc = true; + triggers.decimation = false; + base_dd_multiplier *= 1.0 + p->talents.demonic_inspiration->effectN( 2 ).percent(); base_dd_multiplier *= 1.0 + p->talents.wrathful_minion->effectN( 2 ).percent(); } @@ -2763,7 +2765,7 @@ using namespace helpers; base_multiplier *= 1.0 + p->talents.scalding_flames->effectN( 1 ).percent(); base_dd_multiplier *= 1.0 + p->talents.socrethars_guile->effectN( 3 ).percent(); - triggers.decimation = false; + triggers.decimation = !dual; } dot_t* get_dot( player_t* t ) override