Move ^attack response back to normal chat window (other)

This commit is contained in:
nytmyr
2025-01-31 14:34:13 -06:00
parent a765e3239c
commit 939e5ea38e
+3 -3
View File
@@ -67,8 +67,8 @@ void bot_command_attack(Client *c, const Seperator *sep)
} }
if (attacker_count == 1 && first_attacker) { if (attacker_count == 1 && first_attacker) {
Bot::RaidGroupSay( c->Message(
first_attacker, Chat::Green,
fmt::format( fmt::format(
"Attacking {}.", "Attacking {}.",
target_mob->GetCleanName() target_mob->GetCleanName()
@@ -76,7 +76,7 @@ void bot_command_attack(Client *c, const Seperator *sep)
); );
} else { } else {
c->Message( c->Message(
Chat::PetResponse, Chat::Green,
fmt::format( fmt::format(
"{} of your bots are attacking {}.", "{} of your bots are attacking {}.",
sbl.size(), sbl.size(),