We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff7d5f commit 5670dc7Copy full SHA for 5670dc7
1 file changed
engine/class_modules/sc_shaman.cpp
@@ -2473,7 +2473,7 @@ struct shaman_action_t : public parse_action_effects_t<Base>
2473
m *= 1.0 + p()->buff.fury_of_the_storms->data().effectN( 2 ).percent();
2474
}
2475
2476
- if ( affected_by_ele_tww2_4pc_da && p()->buff.jackpot->up() && sets->has_set_bonus( SHAMAN_ENHANCEMENT, TWW2, B4 ) ))
+ if ( affected_by_ele_tww2_4pc_da && p()->buff.jackpot->up() && sets->has_set_bonus( SHAMAN_ELEMENTAL, TWW2, B4 ) )
2477
{
2478
m *= 1.0 + p()->buff.jackpot->data().effectN( 1 ).percent();
2479
0 commit comments