mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Add GetRealmID
This commit is contained in:
@@ -77,6 +77,7 @@ luaL_Reg GlobalMethods[] =
|
||||
// Getters
|
||||
{ "GetLuaEngine", &LuaGlobalFunctions::GetLuaEngine },
|
||||
{ "GetCoreName", &LuaGlobalFunctions::GetCoreName },
|
||||
{ "GetRealmID", &LuaGlobalFunctions::GetRealmID },
|
||||
{ "GetCoreVersion", &LuaGlobalFunctions::GetCoreVersion },
|
||||
{ "GetCoreExpansion", &LuaGlobalFunctions::GetCoreExpansion },
|
||||
{ "GetQuest", &LuaGlobalFunctions::GetQuest },
|
||||
|
||||
Reference in New Issue
Block a user