mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Update RaidUlduarBossHelper.cpp
This commit is contained in:
parent
de14e4e2e3
commit
27441e9369
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user