Small fix for my previous commit

This commit is contained in:
tomrus88 2009-03-15 10:10:21 +03:00
parent 85d707ec74
commit e774fd3730
19 changed files with 151 additions and 755 deletions

View file

@ -986,6 +986,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));