From 7f795da4638b45d048668f3da71d909afbed20a7 Mon Sep 17 00:00:00 2001 From: gastank <42421688+gastank@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:22:39 -0700 Subject: [PATCH] [Feral] circle of life and death applies twice to cat thrash --- engine/class_modules/sc_druid.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/engine/class_modules/sc_druid.cpp b/engine/class_modules/sc_druid.cpp index fb3a2251cea..10f041509e1 100644 --- a/engine/class_modules/sc_druid.cpp +++ b/engine/class_modules/sc_druid.cpp @@ -5054,6 +5054,14 @@ struct thrash_cat_t final : public trigger_claw_rampage_ttalent.moment_of_clarity->effectN( 4 ).percent() ) .set_eff( &p->buff.clearcasting_cat->data().effectN( 4 ) ); } + + // various reduced dot tick/duration talents apply twice + if ( p->bugs ) + { + apply_affecting_aura( p->talent.circle_of_life_and_death_cat ); + apply_affecting_aura( p->talent.circle_of_life_and_death_bear ); + apply_affecting_aura( p->talent.liveliness ); + } } void trigger_dot( action_state_t* s ) override