View Single Post
12-04-11, 10:26 PM   #18
Loshine
A Defias Bandit
AddOn Author - Click to view addons
Join Date: Aug 2011
Posts: 2
The code what i have been used:
Code:
local ebf = ExtraActionBarFrame

ebf:SetParent(UIParent)
ebf:ClearAllPoints()
ebf:SetPoint("CENTER", UIParent, 0, -250)
ebf.SetPoint = function() end
It is only used to move the ExtraActionBarFrame
  Reply With Quote