Skip to content

Commit

Permalink
[Druid] offspec starsurge can be cast in moonkin form
Browse files Browse the repository at this point in the history
  • Loading branch information
gastank committed Mar 1, 2025
1 parent 3e49f79 commit da719ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/sc_druid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8565,7 +8565,7 @@ struct starsurge_offspec_t final : public trigger_call_of_the_elder_druid_t<drui
{
DRUID_ABILITY( starsurge_offspec_t, base_t, "starsurge", p->talent.starsurge )
{
form_mask = NO_FORM;
form_mask = MOONKIN_FORM | NO_FORM;
base_costs[ RESOURCE_MANA ] = 0.0; // so we don't need to enable mana regen

if ( p->talent.master_shapeshifter.ok() )
Expand Down

0 comments on commit da719ed

Please sign in to comment.