diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index b2673cae0..54982860a 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2387,6 +2387,8 @@ void Aura::HandleAuraDummy(bool apply, bool Real) { case 28169: // Mutating Injection { + // Mutagen Explosion + m_target->CastSpell(m_target, 28206, true, NULL, this); // Poison Cloud m_target->CastSpell(m_target, 28240, true, NULL, this); return; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index f9f61ecdc..d90d2442e 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9062" + #define REVISION_NR "9063" #endif // __REVISION_NR_H__