From a20f9e0c9c13c17623c5c1d56e4b42afd691c324 Mon Sep 17 00:00:00 2001 From: ackis Date: Sun, 8 Feb 2009 23:39:30 +0000 Subject: [PATCH] Fix the nil error received when opening the options pane --- ARLFrame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index a096e26..ce54e3d 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -1230,7 +1230,7 @@ function addon.numFilters() -- IMPORTANT: If the number of filters we're maintaining changes, you'll need to change the FilterValueMap -- at the end (of CreateFrame), as well as the following index value: - local MaxFilters = 87 + local MaxFilters = 86 local total = 0 local active = 0 -- 1.7.9.5