Skip to content

Commit b427703

Browse files
committed
[Shadow] Ok now fix the bug.
* I'm blind (oof)
1 parent 3b05092 commit b427703

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

engine/class_modules/priest/sc_priest_shadow.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@ struct void_eruption_t final : public priest_spell_t
14491449
if ( p.is_ptr() && p.sets->has_set_bonus( PRIEST_SHADOW, TWW2, B2 ) )
14501450
{
14511451
void_bolt_damage_action = p.get_secondary_action<void_bolt_proc_t>(
1452-
"void_bolt_tww2_2pc_void_eruption", "void_bolt_tww2_2pc_void_eruption", false, 1.075 );
1452+
"void_bolt_tww2_2pc_void_eruption", "void_bolt_tww2_2pc_void_eruption", false );
14531453

14541454
if ( void_bolt_damage_action )
14551455
{
@@ -1462,8 +1462,7 @@ struct void_eruption_t final : public priest_spell_t
14621462
{
14631463
if ( p().is_ptr() && p().sets->has_set_bonus( PRIEST_SHADOW, TWW2, B2 ) )
14641464
{
1465-
if ( pre_execute_state )
1466-
void_bolt_damage_action->execute_on_target( pre_execute_state->target );
1465+
void_bolt_damage_action->execute_on_target( target );
14671466
}
14681467

14691468
priest_spell_t::execute();

0 commit comments

Comments
 (0)