mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 04:37:06 +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;
|
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
|
// Living Bomb
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11094"
|
#define REVISION_NR "11095"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue