diff --git a/src/RandomPlayerbotMgr.cpp b/src/RandomPlayerbotMgr.cpp index 642b0fa2..451a7ec3 100644 --- a/src/RandomPlayerbotMgr.cpp +++ b/src/RandomPlayerbotMgr.cpp @@ -918,7 +918,7 @@ bool RandomPlayerbotMgr::ProcessBot(Player* player) uint32 teleport = GetEventValue(bot, "teleport"); if (!teleport) { - LOG_INFO("players", "Bot #%d <%s>: sent to grind", bot, player->GetName()); + LOG_INFO("players", "Bot #{} <{}>: sent to grind", bot, player->GetName()); RandomTeleportForLevel(player); Refresh(player); SetEventValue(bot, "teleport", 1, sPlayerbotAIConfig->maxRandomBotInWorldTime);