[9063] Add one more expected spell cast at spell 28169 debuf expire.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
PSZ 2009-12-25 16:56:35 +03:00 committed by VladimirMangos
parent f4c6cf7337
commit 722634770b
2 changed files with 3 additions and 1 deletions

View file

@ -2387,6 +2387,8 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
{ {
case 28169: // Mutating Injection case 28169: // Mutating Injection
{ {
// Mutagen Explosion
m_target->CastSpell(m_target, 28206, true, NULL, this);
// Poison Cloud // Poison Cloud
m_target->CastSpell(m_target, 28240, true, NULL, this); m_target->CastSpell(m_target, 28240, true, NULL, this);
return; return;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9062" #define REVISION_NR "9063"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__