Quantcast

Fix a typo that prevent startingIndex from working. Thanks to Dargen.

James Whitehead II [10-18-10 - 18:36]
Fix a typo that prevent startingIndex from working. Thanks to Dargen.
Filename
PerfectRaid.lua
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)