mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna remove crash possibility of using ReloadEluna global function on returning hooks, restrict the use of the reload command
This commit is contained in:
@@ -421,7 +421,7 @@ namespace LuaGlobalFunctions
|
||||
|
||||
int ReloadEluna(lua_State* L)
|
||||
{
|
||||
Eluna::ReloadEluna();
|
||||
Eluna::reload = true;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user