mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
update (core): Startup console capitalizations (#13195)
This commit is contained in:
@@ -290,7 +290,7 @@ void InstanceSaveMgr::LoadInstances()
|
||||
// Sanitize pending rows on Instance_saved_data for data that wasn't deleted properly
|
||||
SanitizeInstanceSavedData();
|
||||
|
||||
LOG_INFO("server.loading", ">> Loaded instances and binds in {} ms", GetMSTimeDiffToNow(oldMSTime));
|
||||
LOG_INFO("server.loading", ">> Loaded Instances And Binds in {} ms", GetMSTimeDiffToNow(oldMSTime));
|
||||
LOG_INFO("server.loading", " ");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user