aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormaximius <none@none>2009-11-23 13:58:47 -0800
committermaximius <none@none>2009-11-23 13:58:47 -0800
commit555037cbd1f77acbed238cd5585aa2b07901a55e (patch)
tree1f1e9e2e06234e8bafc1407e4984ee46fab3b7ff /src
parent11f574b12e6e299169e2fa8b979b92a89184397f (diff)
parent1feb189ce7559dbbbda606124f4416b17f7a6734 (diff)
*Merge
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/trinitycore/WorldRunnable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinitycore/WorldRunnable.cpp b/src/trinitycore/WorldRunnable.cpp
index 06c0e69fa16..314118be06d 100644
--- a/src/trinitycore/WorldRunnable.cpp
+++ b/src/trinitycore/WorldRunnable.cpp
@@ -99,6 +99,6 @@ void WorldRunnable::run()
///- End the database thread
WorldDatabase.ThreadEnd(); // free mySQL thread resources
- CharacterDatabase.ThreadStart();
+ CharacterDatabase.ThreadEnd();
loginDatabase.ThreadEnd();
}