mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 10:26:37 +00:00
[Cleanup] Bot RaidGroupSay (#4653)
This commit is contained in:
@@ -171,8 +171,7 @@ void bot_command_depart(Client* c, const Seperator* sep)
|
||||
}
|
||||
}
|
||||
|
||||
Bot::RaidGroupSay(
|
||||
bot_iter,
|
||||
bot_iter->RaidGroupSay(
|
||||
fmt::format(
|
||||
"I can port you to {}.",
|
||||
Saylink::Silent(
|
||||
@@ -207,8 +206,7 @@ void bot_command_depart(Client* c, const Seperator* sep)
|
||||
}
|
||||
|
||||
if (bot_iter->IsCommandedSpell() && bot_iter->IsCasting()) {
|
||||
Bot::RaidGroupSay(
|
||||
bot_iter,
|
||||
bot_iter->RaidGroupSay(
|
||||
fmt::format(
|
||||
"Interrupting {}. I have been commanded to try to cast a [{}] spell, {} on {}.",
|
||||
bot_iter->CastingSpellID() ? spells[bot_iter->CastingSpellID()].name : "my spell",
|
||||
@@ -229,8 +227,7 @@ void bot_command_depart(Client* c, const Seperator* sep)
|
||||
bot_iter->SetCastedSpellType(BotSpellTypes::Teleport);
|
||||
}
|
||||
|
||||
Bot::RaidGroupSay(
|
||||
bot_iter,
|
||||
bot_iter->RaidGroupSay(
|
||||
fmt::format(
|
||||
"Casting {} [{}] on {}.",
|
||||
GetSpellName(itr->SpellId),
|
||||
|
||||
Reference in New Issue
Block a user