*Fix a typo.

--HG--
branch : trunk
This commit is contained in:
Anubisss
2009-11-23 19:20:36 +01:00
parent 54d341b0c9
commit 1feb189ce7

View File

@@ -99,6 +99,6 @@ void WorldRunnable::run()
///- End the database thread
WorldDatabase.ThreadEnd(); // free mySQL thread resources
CharacterDatabase.ThreadStart();
CharacterDatabase.ThreadEnd();
loginDatabase.ThreadEnd();
}