From f0e587a458f872821e49d95ab2d19b6f2f5e8024 Mon Sep 17 00:00:00 2001 From: Crum Date: Tue, 17 Jul 2018 16:08:52 -0500 Subject: [PATCH] woops typo --- ElvUI_Config/Auras.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_Config/Auras.lua b/ElvUI_Config/Auras.lua index f6e8d08..cd9f952 100644 --- a/ElvUI_Config/Auras.lua +++ b/ElvUI_Config/Auras.lua @@ -4,7 +4,7 @@ local A = E:GetModule("Auras"); --Cache global variables --Lua functions local format = string.format -local getn = string.getn +local getn = table.getn --WoW API / Variables local FONT_SIZE, GENERAL, NAME, NONE = FONT_SIZE, GENERAL, NAME, NONE