aboutsummaryrefslogtreecommitdiff
path: root/src/game/WorldSocket.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-21 14:39:04 -0600
committermegamage <none@none>2009-03-21 14:39:04 -0600
commitf1afff1a5bd9671bd7c34d70d595577235aa7819 (patch)
treee0b8e6b6e623be9cd70dedb1dd28c071dfe88460 /src/game/WorldSocket.cpp
parent59ce40e484db3eb5be7cd7abbd3bf07b02b22e26 (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.cpp1
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));