Codestyle

Signed-off-by: Frca <[email protected]>
This commit is contained in:
Frca
2012-04-22 19:24:44 +02:00
parent c7a70803b4
commit 0a82c93a97
+1 -1
View File
@@ -46,7 +46,7 @@ void WorldSession::HandleMoveWorldportAckOpcode()
GetPlayer()->SetSemaphoreTeleportFar(false);
// get the teleport destination
const WorldLocation loc = GetPlayer()->GetTeleportDest();
WorldLocation const loc = GetPlayer()->GetTeleportDest();
// possible errors in the coordinate validity check
if (!MapManager::IsValidMapCoord(loc))