mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
Small update
This commit is contained in:
parent
0f43427d49
commit
cc6d0e0568
17 changed files with 152 additions and 742 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue