Skip to content

Commit

Permalink
[Mage] Flurry chills targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostedmages committed Jul 26, 2016
1 parent 9c5bb4a commit 62837e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/class_modules/sc_mage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4087,6 +4087,7 @@ struct flurry_bolt_t : public frost_mage_spell_t
flurry_bolt_t( mage_t* p ) :
frost_mage_spell_t( "flurry_bolt", p, p -> find_spell( 228354 ) )
{
chills = true;
}
virtual action_state_t* new_state() override
{
Expand Down

0 comments on commit 62837e0

Please sign in to comment.