[c12624] Implement spell 57578

This commit is contained in:
Xfurry 2013-05-31 12:27:33 +01:00 committed by Antz
parent 7e9d6dc954
commit a498dcaebd
4 changed files with 15 additions and 1 deletions

View file

@ -2643,6 +2643,14 @@ void Spell::EffectDummy(SpellEffectEntry const* effect)
unitTarget->CastSpell(unitTarget, 56432, true, NULL, NULL, m_caster->GetObjectGuid());
return;
}
case 57578: // Lava Strike
{
if (!unitTarget)
return;
m_caster->CastSpell(unitTarget, effect->CalculateSimpleValue(), true);
return;
}
case 57908: // Stain Cloth
{
// nothing do more