Skip to content

Commit

Permalink
[Priest] Further fix DA
Browse files Browse the repository at this point in the history
  • Loading branch information
N1gh7h4wk committed Jun 21, 2018
1 parent fd883f9 commit c0ece41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engine/class_modules/priest/sc_priest_shadow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ struct dark_ascension_t final : public priest_spell_t
is_mastery_spell = true;
aoe = -1;
radius = data().effectN( 1 ).radius_max();
spell_power_mod.direct = data_spell->effectN( 1 ).sp_coeff();
spell_power_mod.direct = data_spell->effectN( 1 ).sp_coeff() * ( 1 + p.find_spell(137033).effectN(1).pct ) ;
}

void execute() override
Expand All @@ -1231,7 +1231,6 @@ struct dark_ascension_t final : public priest_spell_t
priest().buffs.voidform->expire();
priest().generate_insanity( data().effectN( 2 ).percent(), priest().gains.insanity_dark_ascension, execute_state->action );
priest().buffs.voidform->trigger();
priest().cooldowns.void_bolt->reset( true );

if ( priest().active_items.mother_shahrazs_seduction )
{
Expand Down

0 comments on commit c0ece41

Please sign in to comment.