Skip to content

Commit

Permalink
[Feral] circle of life and death applies twice to cat thrash
Browse files Browse the repository at this point in the history
  • Loading branch information
gastank committed Sep 18, 2024
1 parent 603f570 commit 7f795da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions engine/class_modules/sc_druid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5054,6 +5054,14 @@ struct thrash_cat_t final : public trigger_claw_rampage_t<DRUID_FERAL, cp_genera
.set_value( p->talent.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
Expand Down

0 comments on commit 7f795da

Please sign in to comment.