mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[9237] Implement spell 12479.
This commit is contained in:
parent
aab870f9b5
commit
707c36bb73
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9236"
|
||||
#define REVISION_NR "9237"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue