From 6b8843613c899b31dc47c21e0011d32c5bcda53c Mon Sep 17 00:00:00 2001 From: killerwife Date: Wed, 25 Oct 2023 20:53:34 +0200 Subject: [PATCH] Spell 27978 should not apply UNIT_AURAFLAG_ALIVE_INVISIBLE --- src/game/Spells/SpellAuras.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/Spells/SpellAuras.cpp b/src/game/Spells/SpellAuras.cpp index ddabb0b38e..43c9ae0b97 100755 --- a/src/game/Spells/SpellAuras.cpp +++ b/src/game/Spells/SpellAuras.cpp @@ -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;