aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnubisss <none@none>2009-11-23 19:20:36 +0100
committerAnubisss <none@none>2009-11-23 19:20:36 +0100
commit1feb189ce7559dbbbda606124f4416b17f7a6734 (patch)
tree8bc2ef33406d31be7c9583302e94e1ac8ccf1b9d
parent54d341b0c92608772e9fdd6e6acb5874e1280b53 (diff)
*Fix a typo.
--HG-- branch : trunk
-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();
}