befb553 - Switch exp bar positions
[wowui.git] / OmaAB / AzeriteBar.lua
index 11d6704..4989652 100644 (file)
@@ -5,7 +5,7 @@ local running = false;
 local frame = CreateFrame("Frame", "OmaAzeriteBar", UIParent);
 
 frame:SetScript("OnEvent", function()
-    frame:SetPoint("BOTTOM", UIParent, "BOTTOM", 0, 8);
+    frame:SetPoint("BOTTOM");
     frame:SetWidth(width);
     frame:SetHeight(8);
     frame.base = frame:CreateTexture(nil, "BACKGROUND");