mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Rename BotGroupSay to RaidGroupSay
This commit is contained in:
@@ -1136,7 +1136,7 @@ void bot_command_spawn(Client *c, const Seperator *sep)
|
||||
}
|
||||
|
||||
if (!silent_tell && c->GetBotOption(Client::booSpawnMessageSay)) {
|
||||
Bot::BotGroupSay(my_bot, bot_spawn_message[message_index].c_str());
|
||||
Bot::RaidGroupSay(my_bot, 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