View Single Post
01-07-14, 06:13 PM   #40
Nimhfree
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 267
You might want to do something about your "quest frame" since it seems to be floating in the middle of things:


-- Move the objectives over to the right now that the action bars
-- are no longer there.
local f=WatchFrame
f:SetMovable(1)
f:SetUserPlaced(true)
f:SetPoint("TOPRIGHT", MinimapCluster, "BOTTOMRIGHT", 0, 0)
  Reply With Quote