mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
feat: add HttpRequest method
This commit is contained in:
@@ -145,6 +145,7 @@ luaL_Reg GlobalMethods[] =
|
||||
{ "CreateUint64", &LuaGlobalFunctions::CreateULongLong },
|
||||
{ "StartGameEvent", &LuaGlobalFunctions::StartGameEvent },
|
||||
{ "StopGameEvent", &LuaGlobalFunctions::StopGameEvent },
|
||||
{ "HttpRequest", &LuaGlobalFunctions::HttpRequest },
|
||||
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user