mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[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:
parent
87b08b4fa1
commit
9d6531ae6d
5 changed files with 6 additions and 4 deletions
|
|
@ -6367,4 +6367,4 @@ WorldObject* Spell::GetCastingObject() const
|
|||
return m_caster->IsInWorld() ? m_caster->GetMap()->GetGameObject(m_originalCasterGUID) : NULL;
|
||||
else
|
||||
return m_caster;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue