Skip to content

Commit

Permalink
[Augmentation] Mass Eruption should not benefit Overlord Eruptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeldur committed Dec 2, 2024
1 parent baedece commit f5756bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/sc_evoker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5337,7 +5337,7 @@ struct eruption_t : public essence_spell_t
p()->talent.ricocheting_pyroclast->effectN( 1 ).percent();
}

if ( p()->buff.mass_eruption_stacks->check() )
if ( p()->buff.mass_eruption_stacks->check() && !is_overlord )
{
da *= 1 + ( mass_eruption_max_targets - mass_eruption_targets() ) * mass_eruption_mult;
}
Expand Down

0 comments on commit f5756bc

Please sign in to comment.