mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 03:16:42 +00:00
[Cleanup] Bot RaidGroupSay (#4653)
This commit is contained in:
@@ -1133,7 +1133,7 @@ void bot_command_spawn(Client *c, const Seperator *sep)
|
||||
}
|
||||
|
||||
if (!silent_tell && c->GetBotOption(Client::booSpawnMessageSay)) {
|
||||
Bot::RaidGroupSay(my_bot, bot_spawn_message[message_index].c_str());
|
||||
my_bot->RaidGroupSay(bot_spawn_message[message_index].c_str());
|
||||
}
|
||||
else if (!silent_tell && c->GetBotOption(Client::booSpawnMessageTell)) {
|
||||
my_bot->OwnerMessage(bot_spawn_message[message_index]);
|
||||
|
||||
Reference in New Issue
Block a user