[11496] Add dummy aura effect (removal) of spell 12774

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-05-16 19:02:36 +02:00
parent 6237c115a5
commit 4b00269ccc
2 changed files with 12 additions and 1 deletions

View file

@ -2297,6 +2297,17 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
case 12479: // Hex of Jammal'an
target->CastSpell(target, 12480, true, NULL, this);
return;
case 12774: // (DND) Belnistrasz Idol Shutdown Visual
{
if (m_removeMode == AURA_REMOVE_BY_DEATH)
return;
// Idom Rool Camera Shake <- wtf, don't drink while making spellnames?
if (Unit* caster = GetCaster())
caster->CastSpell(caster, 12816, true);
return;
}
case 28169: // Mutating Injection
{
// Mutagen Explosion

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11495"
#define REVISION_NR "11496"
#endif // __REVISION_NR_H__