Skip to content

Commit 5670dc7

Browse files
committed
[ele] oops syntax
1 parent 5ff7d5f commit 5670dc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/class_modules/sc_shaman.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2473,7 +2473,7 @@ struct shaman_action_t : public parse_action_effects_t<Base>
24732473
m *= 1.0 + p()->buff.fury_of_the_storms->data().effectN( 2 ).percent();
24742474
}
24752475

2476-
if ( affected_by_ele_tww2_4pc_da && p()->buff.jackpot->up() && sets->has_set_bonus( SHAMAN_ENHANCEMENT, TWW2, B4 ) ))
2476+
if ( affected_by_ele_tww2_4pc_da && p()->buff.jackpot->up() && sets->has_set_bonus( SHAMAN_ELEMENTAL, TWW2, B4 ) )
24772477
{
24782478
m *= 1.0 + p()->buff.jackpot->data().effectN( 1 ).percent();
24792479
}

0 commit comments

Comments
 (0)