[8814] removed some spells which made creatures invisible for dead

This commit is contained in:
crackm 2009-11-14 15:42:35 +01:00 committed by balrok
parent a69fe0cb1d
commit d5ee544367
2 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8813"
#define REVISION_NR "8814"
#endif // __REVISION_NR_H__