Skip to content

Commit

Permalink
[Balance] fey missile is affected by player auras
Browse files Browse the repository at this point in the history
  • Loading branch information
gastank committed Sep 17, 2024
1 parent 66f2665 commit 5c9718a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/class_modules/sc_druid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,7 @@ struct denizen_of_the_dream_t final : public pet_t
force_target_effect( d_fn( &druid_td_t::dots_t::sunfire ), o->spec.sunfire_dmg, 4,
o->mastery.astral_invocation );

o->apply_affecting_auras( *this );
o->parse_action_effects( this );
o->parse_action_target_effects( this );
}
Expand Down

0 comments on commit 5c9718a

Please sign in to comment.