Update RaidUlduarBossHelper.cpp

This commit is contained in:
avirar
2024-12-22 09:47:39 +11:00
committed by GitHub
parent de14e4e2e3
commit 27441e9369

View File

@@ -188,7 +188,7 @@ void RazorscaleBossHelper::AssignRolesBasedOnHealth()
if (GET_PLAYERBOT_AI(newMainTank)->IsRealPlayer())
{
const std::string playerName = newMainTank->GetName();
const auto text = BOT_TEXT2("%s please taunt Razorscale now!", { playerName });
const std::string text = playerName + ", please taunt Razorscale now!";
botAI->Say(text);
}