mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue