[9446] Compile fix in MovementGenerator.cpp

Also added few newlines to end of files to satisfy GCC.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2010-02-24 22:18:38 +01:00
parent 87b08b4fa1
commit 9d6531ae6d
5 changed files with 6 additions and 4 deletions

View file

@ -6367,4 +6367,4 @@ WorldObject* Spell::GetCastingObject() const
return m_caster->IsInWorld() ? m_caster->GetMap()->GetGameObject(m_originalCasterGUID) : NULL;
else
return m_caster;
}
}