diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 7f83e7e26..4975fe1fb 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2476,11 +2476,8 @@ void Aura::HandleAuraDummy(bool apply, bool Real) m_target->PlayDirectSound(14972, (Player *)m_target); } return; - case 10848: - case 36978: case 40131: case 27978: - case 33900: if (apply) m_target->m_AuraFlags |= UNIT_AURAFLAG_ALIVE_INVISIBLE; else diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index dccf7867c..4c61818e7 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8813" + #define REVISION_NR "8814" #endif // __REVISION_NR_H__