aboutsummaryrefslogtreecommitdiff
path: root/src/game/WorldSocket.cpp
diff options
context:
space:
mode:
authorSpp <none@none>2010-04-29 23:12:16 +0200
committerSpp <none@none>2010-04-29 23:12:16 +0200
commitcb0cb962831a2b0c62b0a67b750569ca3049327e (patch)
treef5638fb8695101002f77106da4264bbeaab46938 /src/game/WorldSocket.cpp
parent35af94d4b57d234bc4d6e3c8ab67acb201500bae (diff)
Warning Fixes
Code Style cleanup Fix linux compile --HG-- branch : trunk
Diffstat (limited to 'src/game/WorldSocket.cpp')
-rw-r--r--src/game/WorldSocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/WorldSocket.cpp b/src/game/WorldSocket.cpp
index ce638cf2680..d5bf4c0b490 100644
--- a/src/game/WorldSocket.cpp
+++ b/src/game/WorldSocket.cpp
@@ -675,7 +675,7 @@ int WorldSocket::ProcessIncoming (WorldPacket* new_pct)
*/
else if (opcode == CMSG_PLAYER_LOGIN)
m_Session->UpdateTimeOutTime(false);
-
+
// OK ,give the packet to WorldSession
aptr.release ();
// WARNINIG here we call it with locks held.