Fix build and correct minor codestyle issue.

This commit is contained in:
QAston
2012-04-28 15:10:52 +02:00
parent b899f5fc94
commit b53485e053
2 changed files with 5 additions and 3 deletions

View File

@@ -332,7 +332,7 @@ void SpellScript::SetExplTargetDest(WorldLocation& loc)
m_spell->m_targets.SetDst(loc);
}
Unit* SpellScript::GetExplTargetWorldObject()
WorldObject* SpellScript::GetExplTargetWorldObject()
{
return m_spell->m_targets.GetObjectTarget();
}