fix(Core/Misc): Correct some fmt logs (#21106)

This commit is contained in:
Kitzunu
2025-01-07 06:08:19 +01:00
committed by GitHub
parent 1d2b1511a5
commit 4b8dca1ea2
4 changed files with 7 additions and 7 deletions

View File

@@ -139,7 +139,7 @@ void MotdMgr::LoadLocalizedMotds(uint32 realmId) {
if (!baseResult)
{
LOG_ERROR("server.loading", "No base MOTD found for realm %u. Localized MOTDs will not be loaded.", realmId);
LOG_ERROR("server.loading", "No base MOTD found for realm {}. Localized MOTDs will not be loaded.", realmId);
return;
}