update (core): Startup console capitalizations (#13195)
This commit is contained in:
parent
c10a229f05
commit
967f8ce6d6
26 changed files with 266 additions and 257 deletions
|
|
@ -86,7 +86,7 @@ void CharacterCache::LoadCharacterCacheStorage()
|
|||
} while (mailCountResult->NextRow());
|
||||
}
|
||||
|
||||
LOG_INFO("server.loading", "Loaded character infos for {} characters in {} ms", _characterCacheStore.size(), GetMSTimeDiffToNow(oldMSTime));
|
||||
LOG_INFO("server.loading", ">> Loaded Character Infos For {} Characters in {} ms", _characterCacheStore.size(), GetMSTimeDiffToNow(oldMSTime));
|
||||
LOG_INFO("server.loading", " ");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue