mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 22:37:04 +00:00
[11095] Add dummy effect of spell 68839
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
ad64af1fdb
commit
c05f910484
2 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue