mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +00:00
[Cleanup] Bot RaidGroupSay (#4653)
This commit is contained in:
+1
-1
@@ -617,7 +617,7 @@ void Perl_Bot_DeleteBot(Bot* self) // @categories Script Utility
|
||||
|
||||
void Perl_Bot_RaidGroupSay(Bot* self, const char* message) // @categories Script Utility
|
||||
{
|
||||
self->RaidGroupSay(self, message);
|
||||
self->RaidGroupSay(message);
|
||||
}
|
||||
|
||||
void perl_register_bot()
|
||||
|
||||
Reference in New Issue
Block a user