Skip to content

Commit

Permalink
[Gear] Norgannon's Command should work with AoE spells.
Browse files Browse the repository at this point in the history
  • Loading branch information
vituscze committed Nov 24, 2017
1 parent 7ca2e08 commit 96fe6b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/player/sc_unique_gear_x7.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1829,6 +1829,7 @@ void item::norgannons_prowess( special_effect_t& effect )
secondary -> source = SPECIAL_EFFECT_SOURCE_ITEM;
secondary -> type = SPECIAL_EFFECT_EQUIP;
secondary -> spell_id = 256836;
secondary -> proc_flags_ = PF_SPELL | PF_AOE_SPELL | PF_PERIODIC;
secondary -> proc_flags2_ = PF2_ALL_HIT | PF2_PERIODIC_DAMAGE;

effect.player -> special_effects.push_back( secondary );
Expand Down

0 comments on commit 96fe6b6

Please sign in to comment.