aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore/WorldRunnable.cpp
diff options
context:
space:
mode:
authorthenecromancer <none@none>2010-04-05 13:09:57 +0200
committerthenecromancer <none@none>2010-04-05 13:09:57 +0200
commitfc3a1a3a21818bf3845398b709cd84187e9e93f8 (patch)
tree692796bf8b2bbe5be695a1d0f3281d1fd662ffb4 /src/trinitycore/WorldRunnable.cpp
parent0218e45565e5371b7b055349a347b78eb9c2c1fc (diff)
parent7c277c87d8dffe89deee84592e337974fe0ef96e (diff)
Merge
--HG-- branch : trunk
Diffstat (limited to 'src/trinitycore/WorldRunnable.cpp')
-rw-r--r--src/trinitycore/WorldRunnable.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/trinitycore/WorldRunnable.cpp b/src/trinitycore/WorldRunnable.cpp
index 007107f1eb8..c674ddbc06f 100644
--- a/src/trinitycore/WorldRunnable.cpp
+++ b/src/trinitycore/WorldRunnable.cpp
@@ -45,8 +45,6 @@ void WorldRunnable::run()
{
///- Init new SQL thread for the world database
WorldDatabase.ThreadStart(); // let thread do safe mySQL requests (one connection call enough)
- CharacterDatabase.ThreadStart();
- loginDatabase.ThreadStart();
sWorld.InitResultQueue();
@@ -96,6 +94,4 @@ void WorldRunnable::run()
///- End the database thread
WorldDatabase.ThreadEnd(); // free mySQL thread resources
- CharacterDatabase.ThreadEnd();
- loginDatabase.ThreadEnd();
}