mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Database: Fixed HotfixDatabase not being closed on shutdown with --update-databases-only
Closes #29599
This commit is contained in:
@@ -675,8 +675,9 @@ bool StartDB()
|
||||
|
||||
void StopDB()
|
||||
{
|
||||
CharacterDatabase.Close();
|
||||
HotfixDatabase.Close();
|
||||
WorldDatabase.Close();
|
||||
CharacterDatabase.Close();
|
||||
LoginDatabase.Close();
|
||||
|
||||
MySQL::Library_End();
|
||||
|
||||
Reference in New Issue
Block a user