mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 08:38:20 +00:00
[Cleanup] Bot RaidGroupSay (#4653)
This commit is contained in:
@@ -130,8 +130,7 @@ void bot_command_taunt(Client* c, const Seperator* sep)
|
||||
|
||||
bot_iter->SetTaunting(taunt_state);
|
||||
|
||||
Bot::RaidGroupSay(
|
||||
bot_iter,
|
||||
bot_iter->RaidGroupSay(
|
||||
fmt::format(
|
||||
"I am {} taunting.",
|
||||
bot_iter->IsTaunting() ? "now" : "no longer"
|
||||
@@ -154,8 +153,7 @@ void bot_command_taunt(Client* c, const Seperator* sep)
|
||||
|
||||
bot_iter->GetPet()->CastToNPC()->SetTaunting(taunt_state);
|
||||
|
||||
Bot::RaidGroupSay(
|
||||
bot_iter,
|
||||
bot_iter->RaidGroupSay(
|
||||
fmt::format(
|
||||
"My Pet is {} taunting.",
|
||||
bot_iter->GetPet()->CastToNPC()->IsTaunting() ? "now" : "no longer"
|
||||
|
||||
Reference in New Issue
Block a user