*Fix spell 53110.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-14 21:05:37 -05:00
parent 8d6cb15e00
commit 46ab948fe5

View File

@@ -4938,6 +4938,10 @@ void Spell::EffectScriptEffect(uint32 effIndex)
unitTarget->CastSpell(unitTarget, damage, false);
break;
}
case 53110: // Devour Humanoid
if(unitTarget)
unitTarget->CastSpell(m_caster, damage, true);
return;
// Winged Steed of the Ebon Blade
case 54729:
{