From 3074504283a19e978f23ab971556d48140a83ceb Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Mon, 18 Oct 2010 19:36:44 +0100 Subject: [PATCH] Fix a typo that prevent startingIndex from working. Thanks to Dargen. --- PerfectRaid.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PerfectRaid.lua b/PerfectRaid.lua index ce26622..25d1e26 100644 --- a/PerfectRaid.lua +++ b/PerfectRaid.lua @@ -267,7 +267,7 @@ function PerfectRaid:CreateRaidFrame(idx) frame:SetAttribute("startingIndex", -39) frame:Show() frame:Hide() - frame:SetAttribute("startingIndex", startindIndx) + frame:SetAttribute("startingIndex", startindIndex) frame:Show() self:RestorePosition(name) -- 1.7.9.5