From af25f586e031141087f6ec26b4507dcab89a3aed Mon Sep 17 00:00:00 2001 From: "Bogir[rus]" Date: Fri, 8 Apr 2022 17:52:06 +0500 Subject: [PATCH] fix synthax --- src/RandomPlayerbotMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);