From c05d0f9ddd9bba66e512c773fae1712243b2cfae Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Sat, 22 Feb 2025 09:40:31 +0100 Subject: [PATCH] Globals --- .luarc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.luarc.json b/.luarc.json index bcd4f4d..362cb0e 100644 --- a/.luarc.json +++ b/.luarc.json @@ -16,7 +16,8 @@ "MultiActionBar_Update", "SetActionBarToggles", "SaveBindings", - "SlashCmdList" + "SlashCmdList", + "GetAddOnMetadata" ], "runtime.version": "Lua 5.1", "type.inferParamType": true,