Fix a typo in last commit.

This commit is contained in:
QAston
2011-08-19 16:34:26 +02:00
parent 393b436a0c
commit e8240fbc02

View File

@@ -767,7 +767,7 @@ void Spell::SelectSpellTargets()
break;
case SPELL_EFFECT_SKIN_PLAYER_CORPSE:
if (m_targets.GetUnitTarget())
AddUnitTarget(m_targets.GetUnitTarget(), i), false;
AddUnitTarget(m_targets.GetUnitTarget(), i, false);
else if (m_targets.GetCorpseTargetGUID())
{
Corpse *corpse = ObjectAccessor::GetCorpse(*m_caster, m_targets.GetCorpseTargetGUID());