mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
* Call Database::ThreadStart()/Database::ThreadEnd() for all databases in all threads.
--HG-- branch : trunk
This commit is contained in:
@@ -47,6 +47,7 @@ void WorldRunnable::run()
|
||||
WorldDatabase.ThreadStart(); // let thread do safe mySQL requests (one connection call enough)
|
||||
CharacterDatabase.ThreadStart();
|
||||
loginDatabase.ThreadStart();
|
||||
|
||||
sWorld.InitResultQueue();
|
||||
|
||||
uint32 realCurrTime = 0;
|
||||
|
||||
Reference in New Issue
Block a user