mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Core/Database: Add missing hotfix database periodic pings
This commit is contained in:
@@ -2400,6 +2400,7 @@ void World::Update(uint32 diff)
|
||||
CharacterDatabase.KeepAlive();
|
||||
LoginDatabase.KeepAlive();
|
||||
WorldDatabase.KeepAlive();
|
||||
HotfixDatabase.KeepAlive();
|
||||
}
|
||||
|
||||
if (m_timers[WUPDATE_GUILDSAVE].Passed())
|
||||
|
||||
Reference in New Issue
Block a user