[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 -2
View File
@@ -74,7 +74,7 @@ void bot_command_pet_remove(Client *c, const Seperator *sep)
if (bot_iter->IsBotCharmer()) {
bot_iter->SetBotCharmer(false);
if (sbl.size() == 1)
Bot::RaidGroupSay(bot_iter, "Using a summoned pet");
bot_iter->RaidGroupSay("Using a summoned pet");
++summoned_pet;
continue;
}
@@ -86,7 +86,7 @@ void bot_command_pet_remove(Client *c, const Seperator *sep)
}
bot_iter->SetBotCharmer(true);
if (sbl.size() == 1)
Bot::RaidGroupSay(bot_iter, "Available for Charming");
bot_iter->RaidGroupSay("Available for Charming");
++charmed_pet;
}