View Single Post
09-29-13, 09:16 PM   #10
nikkadaem
A Murloc Raider
 
nikkadaem's Avatar
Join Date: Nov 2008
Posts: 7
Ok great!

So the fis is to use Notepad++, or another text editor, to edit line 792 in the file nUI_Movers.lua by removing the "--".

Before
--if WatchFrame then nUI_Movers:lockFrame( WatchFrame, true, OBJECTIVES_TRACKER_LABEL ); end

After
if WatchFrame then nUI_Movers:lockFrame( WatchFrame, true, OBJECTIVES_TRACKER_LABEL ); end

I'll reinstall plus and give it a shot.

Last edited by nikkadaem : 09-29-13 at 09:21 PM.