mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix RegisterGroupEvent hooks
Thanks to Grandelf, see http://emudevs.com/showthread.php/4953 for more info.
This commit is contained in:
@@ -752,8 +752,7 @@ namespace LuaGlobalFunctions
|
||||
*/
|
||||
int RegisterGroupEvent(Eluna* E, lua_State* L)
|
||||
{
|
||||
RegisterEventHelper(E, L, Hooks::REGTYPE_GROUP);
|
||||
return 0;
|
||||
return RegisterEventHelper(E, L, Hooks::REGTYPE_GROUP);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user