diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 38dac2604..354231d75 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -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 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index abae012b0..3172ed91f 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 "11094" + #define REVISION_NR "11095" #endif // __REVISION_NR_H__