diff options
| author | megamage <none@none> | 2009-03-21 14:39:04 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-21 14:39:04 -0600 |
| commit | f1afff1a5bd9671bd7c34d70d595577235aa7819 (patch) | |
| tree | e0b8e6b6e623be9cd70dedb1dd28c071dfe88460 /src/game/WorldSocket.cpp | |
| parent | 59ce40e484db3eb5be7cd7abbd3bf07b02b22e26 (diff) | |
Updated OpenSSL lib. Thanks to Neo2003. Author: tomrus88
--HG--
branch : trunk
Diffstat (limited to 'src/game/WorldSocket.cpp')
| -rw-r--r-- | src/game/WorldSocket.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/WorldSocket.cpp b/src/game/WorldSocket.cpp index c8ed6db0592..c32dcee78a9 100644 --- a/src/game/WorldSocket.cpp +++ b/src/game/WorldSocket.cpp @@ -1000,6 +1000,7 @@ int WorldSocket::HandleAuthSession (WorldPacket& recvPacket) m_Crypt.Init (); m_Session->LoadAccountData(); + m_Session->ReadAddonsInfo(recvPacket); // In case needed sometime the second arg is in microseconds 1 000 000 = 1 sec ACE_OS::sleep (ACE_Time_Value (0, 10000)); |
