mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Expose time diff functions
This commit is contained in:
@@ -85,6 +85,8 @@ ElunaGlobal::ElunaRegister GlobalMethods[] =
|
||||
{ "bit_and", &LuaGlobalFunctions::bit_and },
|
||||
{ "GetItemLink", &LuaGlobalFunctions::GetItemLink },
|
||||
{ "GetMapById", &LuaGlobalFunctions::GetMapById },
|
||||
{ "GetCurrTime", &LuaGlobalFunctions::GetCurrTime },
|
||||
{ "GetTimeDiff", &LuaGlobalFunctions::GetTimeDiff },
|
||||
|
||||
// Boolean
|
||||
{ "IsInventoryPos", &LuaGlobalFunctions::IsInventoryPos },
|
||||
|
||||
Reference in New Issue
Block a user