diff options
author | Kudlaty <none@none> | 2009-06-15 04:09:41 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-06-15 04:09:41 +0200 |
commit | d1d8e2d171b1b7fc3c1fc0b83238ac5b0f8af64d (patch) | |
tree | 752c90f5f7c192cd277c1107df3f40d9005af7d1 /src/game/SpellEffects.cpp | |
parent | b1a8df0cde6311a6116417785c658786267636ba (diff) | |
parent | d86194147741840cbf4642d7a23003dc0f5bbb2b (diff) |
*merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r-- | src/game/SpellEffects.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 24274cf19dd..5506ec0dab1 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -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: { |