From 27441e93694fb28019944c6caba21a7879c7191c Mon Sep 17 00:00:00 2001 From: avirar Date: Sun, 22 Dec 2024 09:47:39 +1100 Subject: [PATCH] Update RaidUlduarBossHelper.cpp --- src/strategy/raids/ulduar/RaidUlduarBossHelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strategy/raids/ulduar/RaidUlduarBossHelper.cpp b/src/strategy/raids/ulduar/RaidUlduarBossHelper.cpp index 9146ac46..fbc16b07 100644 --- a/src/strategy/raids/ulduar/RaidUlduarBossHelper.cpp +++ b/src/strategy/raids/ulduar/RaidUlduarBossHelper.cpp @@ -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); }