mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
update (core): Startup console capitalizations (#13195)
This commit is contained in:
@@ -375,7 +375,8 @@ void PlayerDump::InitializeTables()
|
||||
|
||||
ASSERT(CharacterTables.size() == DUMP_TABLE_COUNT);
|
||||
|
||||
LOG_INFO("server.loading", ">> Initialized tables for PlayerDump in {} ms.", GetMSTimeDiffToNow(oldMSTime));
|
||||
LOG_INFO("server.loading", ">> Initialized Tables For PlayerDump in {} ms.", GetMSTimeDiffToNow(oldMSTime));
|
||||
LOG_INFO("server.loading", " ");
|
||||
}
|
||||
|
||||
// Low level functions
|
||||
|
||||
Reference in New Issue
Block a user