Core/Database: Add missing hotfix database periodic pings

This commit is contained in:
Shauren
2025-09-04 00:21:26 +02:00
parent 26fc144191
commit 745aef1284

View File

@@ -2400,6 +2400,7 @@ void World::Update(uint32 diff)
CharacterDatabase.KeepAlive();
LoginDatabase.KeepAlive();
WorldDatabase.KeepAlive();
HotfixDatabase.KeepAlive();
}
if (m_timers[WUPDATE_GUILDSAVE].Passed())