Added missing return;

--HG--
branch : trunk
This commit is contained in:
_manuel_
2010-04-20 22:53:35 -03:00
parent c1d3c2a31d
commit b0daeeb4ab

View File

@@ -784,6 +784,8 @@ void Spell::EffectDummy(uint32 i)
if (Unit* casttarget = Unit::GetUnit((*unitTarget), ihit->targetGUID))
m_caster->DealDamage(casttarget, damage, NULL, SPELL_DIRECT_DAMAGE, SPELL_SCHOOL_MASK_ARCANE, spellInfo, false);
}
return;
}
case 8063: // Deviate Fish
{