Skip to content

Commit

Permalink
[Death Knight] Fix a fuckup in BoS
Browse files Browse the repository at this point in the history
  • Loading branch information
Melekus committed Aug 26, 2018
1 parent 3117394 commit c53a85a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/class_modules/sc_death_knight.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3493,9 +3493,9 @@ struct breath_of_sindragosa_t : public death_knight_spell_t
{
parse_options( options_str );

may_miss = may_crit = hasted_ticks;
may_miss = may_crit = hasted_ticks = false;
tick_zero = dynamic_tick_action = use_off_gcd = callbacks = true;

tick_action = new breath_of_sindragosa_tick_t( p, this );
school = tick_action -> school;

Expand Down

0 comments on commit c53a85a

Please sign in to comment.