[9237] Implement spell 12479.

This commit is contained in:
VladimirMangos 2010-01-22 11:06:57 +03:00
parent aab870f9b5
commit 707c36bb73
2 changed files with 4 additions and 1 deletions

View file

@ -2387,6 +2387,9 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
switch(GetId())
{
case 12479: // Hex of Jammal'an
m_target->CastSpell(m_target, 12480, true, NULL, this);
return;
case 28169: // Mutating Injection
{
// Mutagen Explosion

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9236"
#define REVISION_NR "9237"
#endif // __REVISION_NR_H__