Skip to content

Commit

Permalink
[Priest] Make Zek's Exterminatus buff be consumed
Browse files Browse the repository at this point in the history
  • Loading branch information
N1gh7h4wk authored Jan 15, 2017
1 parent 7be0866 commit ae17807
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions engine/class_modules/sc_priest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2631,19 +2631,12 @@ struct shadow_word_death_t final : public priest_spell_t
{
d *= 2.0; //FIXME
//d *= 1.0 + priest.buffs.zeks_exterminatus->data().effectN( 1 ).trigger()->effectN( 2 ).percent();

priest.buffs.zeks_exterminatus->expire();
}

return d;
}

void schedule_execute(action_state_t* s) override
{
priest_spell_t::schedule_execute(s);

priest.buffs.zeks_exterminatus->expire();
}

void impact( action_state_t* s ) override
{
double total_insanity_gain = 0.0;
Expand Down

0 comments on commit ae17807

Please sign in to comment.