mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[11546] Implement script effect for spell 72034/72096
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
c117acc926
commit
325e610b2a
2 changed files with 8 additions and 1 deletions
|
|
@ -7322,6 +7322,13 @@ void Spell::EffectScriptEffect(SpellEffectIndex eff_idx)
|
|||
m_caster->CastSpell(unitTarget, 72588, true);
|
||||
return;
|
||||
}
|
||||
case 72034: // Whiteout
|
||||
case 72096: // Whiteout (heroic)
|
||||
{
|
||||
// cast Whiteout visual
|
||||
m_caster->CastSpell(unitTarget, 72036, true);
|
||||
return;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11545"
|
||||
#define REVISION_NR "11546"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue