Skip to content

Commit

Permalink
[ele] trigger ancestors on background FSs
Browse files Browse the repository at this point in the history
  • Loading branch information
HawkCorrigan committed Nov 23, 2024
1 parent da5681a commit ad26637
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 @@ -2729,7 +2729,7 @@ struct shaman_spell_base_t : public shaman_action_t<Base>

this->p()->consume_maelstrom_weapon( this->execute_state, mw_consumed_stacks );

if ( this->exec_type == spell_variant::NORMAL && !this->background )
if ( this->exec_type == spell_variant::NORMAL && (!this->background || id == 188389))
{
this->p()->trigger_ancestor( ancestor_trigger, this->execute_state );
}
Expand Down

0 comments on commit ad26637

Please sign in to comment.