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

@@ -1274,7 +1274,7 @@ public:
if (!sObjectMgr->SetCreatureLinkedRespawn(creature->GetSpawnId(), linkguid))
{
handler->SendErrorMessage("Selected creature can't link with guid '%u'", linkguid);
handler->SendErrorMessage("Selected creature can't link with guid '{}'", linkguid);
return false;
}