Skip to content

Commit

Permalink
[Shaman] Elemental fix; overload Chain Lightning and Lava Beam can hi…
Browse files Browse the repository at this point in the history
…t 5 enemies
  • Loading branch information
Bloodmallet committed Jun 15, 2017
1 parent 064977e commit 49a8936
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions engine/class_modules/sc_shaman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4077,6 +4077,11 @@ struct chained_overload_base_t: public elemental_overload_spell_t
energize_type = ENERGIZE_NONE; // disable resource generation from spell data.
maelstrom_gain = mg;
radius = 10.0;

if ( data().affected_by( p -> spec.chain_lightning_2 -> effectN( 1 ) ) )
{
aoe += p -> spec.chain_lightning_2 -> effectN( 1 ).base_value();
}
}

proc_types proc_type() const override
Expand Down

0 comments on commit 49a8936

Please sign in to comment.