Skip to content

Commit

Permalink
[Shaman] Allow Stormstrike to proc Flowing Spirits for normal wolves
Browse files Browse the repository at this point in the history
  • Loading branch information
navv1234 committed Mar 1, 2025
1 parent e709ee4 commit c5ac8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/sc_shaman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4624,7 +4624,7 @@ struct stormstrike_attack_t : public shaman_attack_t
{
shaman_attack_t::init();

may_proc_flowing_spirits = false;
may_proc_flowing_spirits = !p()->talent.elemental_spirits.ok();
}

double action_multiplier() const override
Expand Down

0 comments on commit c5ac8d7

Please sign in to comment.