From 1feb189ce7559dbbbda606124f4416b17f7a6734 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Mon, 23 Nov 2009 19:20:36 +0100 Subject: *Fix a typo. --HG-- branch : trunk --- src/trinitycore/WorldRunnable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); } -- cgit v1.2.3