[Cleanup] Bot RaidGroupSay (#4653)

This commit is contained in:
nytmyr
2025-02-07 13:06:31 -06:00
committed by GitHub
parent 41009aa19b
commit 60ba76b39c
15 changed files with 38 additions and 90 deletions
+2 -4
View File
@@ -130,8 +130,7 @@ void bot_command_taunt(Client* c, const Seperator* sep)
bot_iter->SetTaunting(taunt_state);
Bot::RaidGroupSay(
bot_iter,
bot_iter->RaidGroupSay(
fmt::format(
"I am {} taunting.",
bot_iter->IsTaunting() ? "now" : "no longer"
@@ -154,8 +153,7 @@ void bot_command_taunt(Client* c, const Seperator* sep)
bot_iter->GetPet()->CastToNPC()->SetTaunting(taunt_state);
Bot::RaidGroupSay(
bot_iter,
bot_iter->RaidGroupSay(
fmt::format(
"My Pet is {} taunting.",
bot_iter->GetPet()->CastToNPC()->IsTaunting() ? "now" : "no longer"