mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Small fix for my previous commit
This commit is contained in:
parent
85d707ec74
commit
e774fd3730
19 changed files with 151 additions and 755 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue