mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 10:58:20 +00:00
[Cleanup] Bot RaidGroupSay (#4653)
This commit is contained in:
+1
-1
@@ -661,7 +661,7 @@ void Lua_Bot::DeleteBot() {
|
||||
|
||||
void Lua_Bot::RaidGroupSay(const char* message) {
|
||||
Lua_Safe_Call_Void();
|
||||
self->RaidGroupSay(self, message);
|
||||
self->RaidGroupSay(message);
|
||||
}
|
||||
|
||||
luabind::scope lua_register_bot() {
|
||||
|
||||
Reference in New Issue
Block a user