From f48a6778ce76355df061e0996688e21536eaffc8 Mon Sep 17 00:00:00 2001 From: Schmoozerd Date: Fri, 13 Apr 2012 17:30:52 +0200 Subject: [PATCH] [11957] Aura 10848 should not cause UNIT_AURAFLAG_ALIVE_INVISIBLE Signed-off-by: Schmoozerd --- src/game/SpellAuras.cpp | 1 - src/shared/revision_nr.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 1288d98aa..44d2ee3b7 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2897,7 +2897,6 @@ void Aura::HandleAuraDummy(bool apply, bool Real) target->PlayDirectSound(14972, (Player *)target); } return; - case 10848: case 27978: case 40131: if (apply) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index caa218fb7..913eb334d 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 "11956" + #define REVISION_NR "11957" #endif // __REVISION_NR_H__