From 67bc4a8e8fa1dff50d234157be02fdfe5958178d Mon Sep 17 00:00:00 2001 From: avirar Date: Sun, 22 Dec 2024 13:37:42 +1100 Subject: [PATCH] Allowed tank bots to reassign roles if human main tank is affected by fused armor --- src/strategy/raids/ulduar/RaidUlduarBossHelper.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/strategy/raids/ulduar/RaidUlduarBossHelper.cpp b/src/strategy/raids/ulduar/RaidUlduarBossHelper.cpp index ba3ac223..2f7411d9 100644 --- a/src/strategy/raids/ulduar/RaidUlduarBossHelper.cpp +++ b/src/strategy/raids/ulduar/RaidUlduarBossHelper.cpp @@ -202,9 +202,8 @@ void RazorscaleBossHelper::AssignRolesBasedOnHealth() // Otherwise, we have a real player const std::string playerName = newMainTank->GetName(); const std::string text = playerName + " please taunt Razorscale now!"; - - bot->Say("Test message from Razorscale debug!", LANG_UNIVERSAL); - bot->Say(text, LANG_UNIVERSAL); + + bot->Yell(text, LANG_UNIVERSAL); _lastRoleSwapTime = std::time(nullptr); }