mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Update RaidUlduarBossHelper.cpp
This commit is contained in:
@@ -188,7 +188,7 @@ void RazorscaleBossHelper::AssignRolesBasedOnHealth()
|
|||||||
if (GET_PLAYERBOT_AI(newMainTank)->IsRealPlayer())
|
if (GET_PLAYERBOT_AI(newMainTank)->IsRealPlayer())
|
||||||
{
|
{
|
||||||
const std::string playerName = newMainTank->GetName();
|
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);
|
botAI->Say(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user