mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Allowed tank bots to reassign roles if human main tank is affected by fused armor
This commit is contained in:
@@ -203,8 +203,7 @@ void RazorscaleBossHelper::AssignRolesBasedOnHealth()
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user