From d44f4e40b2386915f2c3aff3def1706bc4ca5649 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Tue, 6 Mar 2012 15:22:47 +0100 Subject: [PATCH] Fix a slight typo --- oUF_P3lim.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index f3992f2..ea32896 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -318,7 +318,7 @@ oUF:Factory(function(self) if(index == 1) then boss:SetPoint('TOP', oUF_P3limRaid or Minimap, 'BOTTOM', 0, -20) else - boss:SetPoint('TOP', _G['oUF_P3limBoss' .. index - 1, 'BOTTOM', 0, -6) + boss:SetPoint('TOP', _G['oUF_P3limBoss' .. index - 1], 'BOTTOM', 0, -6) end end end) -- 1.7.9.5