[11957] Aura 10848 should not cause UNIT_AURAFLAG_ALIVE_INVISIBLE

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
Schmoozerd 2012-04-13 17:30:52 +02:00
parent bf7e46a7f8
commit f48a6778ce
2 changed files with 1 additions and 2 deletions

View file

@ -2897,7 +2897,6 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
target->PlayDirectSound(14972, (Player *)target); target->PlayDirectSound(14972, (Player *)target);
} }
return; return;
case 10848:
case 27978: case 27978:
case 40131: case 40131:
if (apply) if (apply)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "11956" #define REVISION_NR "11957"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__