fix synthax

This commit is contained in:
Bogir[rus]
2022-04-08 17:52:06 +05:00
committed by GitHub
parent ac36231adc
commit af25f586e0

View File

@@ -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);