Quantcast

Fix the focus debuffs position

p3lim [01-05-11 - 12:27]
Fix the focus debuffs position
Filename
oUF_P3lim.lua
diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua
index f99bef4..2d1bd0d 100644
--- a/oUF_P3lim.lua
+++ b/oUF_P3lim.lua
@@ -248,7 +248,7 @@ local function Shared(self, unit)
 		end

 		if(unit == 'focus') then
-			debuffs:SetPoint('TOPLEFT', self, 'TOPRIGHT')
+			debuffs:SetPoint('TOPLEFT', self, 'TOPRIGHT', 4, 0)
 			debuffs.onlyShowPlayer = true
 		elseif(unit ~= 'target') then
 			debuffs:SetPoint('TOPRIGHT', self, 'TOPLEFT', -4, 0)