mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[11496] Add dummy aura effect (removal) of spell 12774
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
6237c115a5
commit
4b00269ccc
2 changed files with 12 additions and 1 deletions
|
|
@ -2297,6 +2297,17 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
|||
case 12479: // Hex of Jammal'an
|
||||
target->CastSpell(target, 12480, true, NULL, this);
|
||||
return;
|
||||
case 12774: // (DND) Belnistrasz Idol Shutdown Visual
|
||||
{
|
||||
if (m_removeMode == AURA_REMOVE_BY_DEATH)
|
||||
return;
|
||||
|
||||
// Idom Rool Camera Shake <- wtf, don't drink while making spellnames?
|
||||
if (Unit* caster = GetCaster())
|
||||
caster->CastSpell(caster, 12816, true);
|
||||
|
||||
return;
|
||||
}
|
||||
case 28169: // Mutating Injection
|
||||
{
|
||||
// Mutagen Explosion
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11495"
|
||||
#define REVISION_NR "11496"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue