diff options
Diffstat (limited to 'src/game/WorldSocket.cpp')
-rw-r--r-- | src/game/WorldSocket.cpp | 2 |
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. |