mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Move ^attack response back to normal chat window (other)
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user