[11095] Add dummy effect of spell 68839

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
Schmoozerd 2011-02-02 10:12:12 +01:00 committed by NoFantasy
parent ad64af1fdb
commit c05f910484
2 changed files with 9 additions and 1 deletions

View file

@ -2488,6 +2488,14 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
}
return;
}
case 68839: // Corrupt Soul
{
// Knockdown Stun
target->CastSpell(target, 68848, true, NULL, this);
// Draw Corrupted Soul
target->CastSpell(target, 68846, true, NULL, this);
return;
}
}
// Living Bomb

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11094"
#define REVISION_NR "11095"
#endif // __REVISION_NR_H__