diff options
Diffstat (limited to 'src/trinitycore/WorldRunnable.cpp')
-rw-r--r-- | src/trinitycore/WorldRunnable.cpp | 2 |
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(); } |