Rename BotGroupSay to RaidGroupSay

This commit is contained in:
nytmyr
2025-01-30 23:03:57 -06:00
parent e695f1c499
commit c08893ffcb
17 changed files with 52 additions and 52 deletions
+3 -3
View File
@@ -175,7 +175,7 @@ void bot_command_depart(Client* c, const Seperator* sep)
}
}
Bot::BotGroupSay(
Bot::RaidGroupSay(
bot_iter,
fmt::format(
"I can port you to {}.",
@@ -211,7 +211,7 @@ void bot_command_depart(Client* c, const Seperator* sep)
}
if (bot_iter->IsCommandedSpell() && bot_iter->IsCasting()) {
Bot::BotGroupSay(
Bot::RaidGroupSay(
bot_iter,
fmt::format(
"Interrupting {}. I have been commanded to try to cast a [{}] spell, {} on {}.",
@@ -234,7 +234,7 @@ void bot_command_depart(Client* c, const Seperator* sep)
}
if (bot_iter->GetClass() != Class::Bard || RuleB(Bots, BardsAnnounceCasts)) {
Bot::BotGroupSay(
Bot::RaidGroupSay(
bot_iter,
fmt::format(
"Casting {} [{}] on {}.",