From dd64db59d959ce938389ec38d02d75e2658c7ac8 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Tue, 29 Jan 2008 20:00:24 +0000 Subject: [PATCH] * Fix for type --- PerfectRaid.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PerfectRaid.lua b/PerfectRaid.lua index 4c75930..237cbce 100644 --- a/PerfectRaid.lua +++ b/PerfectRaid.lua @@ -265,7 +265,7 @@ function PerfectRaid:CreateRaidFrame(idx) frame:SetBackdropColor(0,0,0,.7) frame:SetBackdropBorderColor(0,0,0,.7) else - frame::SetBackdrop(nil) + frame:SetBackdrop(nil) end local yoffset = options.alignbottom and 1 or -1 -- 1.7.9.5