mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
add RunCommand()
This commit is contained in:
@@ -120,6 +120,7 @@ luaL_Reg GlobalMethods[] =
|
||||
|
||||
// Other
|
||||
{ "ReloadEluna", &LuaGlobalFunctions::ReloadEluna },
|
||||
{ "RunCommand", &LuaGlobalFunctions::RunCommand },
|
||||
{ "SendWorldMessage", &LuaGlobalFunctions::SendWorldMessage },
|
||||
{ "WorldDBQuery", &LuaGlobalFunctions::WorldDBQuery },
|
||||
{ "WorldDBExecute", &LuaGlobalFunctions::WorldDBExecute },
|
||||
|
||||
Reference in New Issue
Block a user