[11545] Implement spell 24320

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Xfurry 2011-05-26 21:44:27 +04:00 committed by VladimirMangos
parent 85c8caee9c
commit c117acc926
2 changed files with 6 additions and 1 deletions

View file

@ -6334,6 +6334,11 @@ void Spell::EffectScriptEffect(SpellEffectIndex eff_idx)
return;
}
case 24320: // Poisonous Blood
{
unitTarget->CastSpell(unitTarget, 24321, true, NULL, NULL, m_caster->GetObjectGuid());
return;
}
case 24590: // Brittle Armor - need remove one 24575 Brittle Armor aura
unitTarget->RemoveAuraHolderFromStack(24575);
return;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11544"
#define REVISION_NR "11545"
#endif // __REVISION_NR_H__