mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[8814] removed some spells which made creatures invisible for dead
This commit is contained in:
parent
a69fe0cb1d
commit
d5ee544367
2 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8813"
|
||||
#define REVISION_NR "8814"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue