Skip to content

Commit

Permalink
Spell 27978 should not apply UNIT_AURAFLAG_ALIVE_INVISIBLE
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Oct 25, 2023
1 parent bdc962a commit 6b88436
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game/Spells/SpellAuras.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2958,7 +2958,6 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
}
return;
}
case 27978:
case 40131:
if (apply)
target->m_AuraFlags |= UNIT_AURAFLAG_ALIVE_INVISIBLE;
Expand Down

0 comments on commit 6b88436

Please sign in to comment.