Small update

This commit is contained in:
tomrus88 2009-03-15 10:10:21 +03:00
parent 0f43427d49
commit cc6d0e0568
17 changed files with 152 additions and 742 deletions

View file

@ -986,6 +986,7 @@ int WorldSocket::HandleAuthSession (WorldPacket& recvPacket)
m_Session->LoadAccountData();
m_Session->LoadTutorialsData();
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));