Skip to content

Commit 7229fb8

Browse files
authored
[ele] quick fix to have EQ trigger Farseer CL (#11745)
1 parent 57e4af6 commit 7229fb8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

engine/class_modules/sc_shaman.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3155,9 +3155,8 @@ struct shaman_spell_base_t : public shaman_action_t<Base>
31553155
void impact( action_state_t* s ) override
31563156
{
31573157
ab::impact( s );
3158-
3159-
if ( ( this->execute_state->action->id == 188389 ) ||
3160-
( this->is_variant( spell_variant::NORMAL ) && !this->background && s->chain_target == 0 ) )
3158+
if ( ( this->id == 61882 ||
3159+
this->is_variant( spell_variant::NORMAL ) && !this->background && s->chain_target == 0 ) )
31613160
{
31623161
if ( this->sim->debug )
31633162
{

0 commit comments

Comments
 (0)