Thread: graphix bug
View Single Post
12-12-11, 07:29 AM   #5
wacko1
A Cyclonian
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 48
it is a viewport thing related to nui

this has been known since 4.1 ( i think ) and scott posted a fix for that some time ago.

Originally Posted by spiel2001 View Post
Are you two playing on a Mac or a PC?

If you would, open the file [World of Warcraft > Interface > AddOns > nUI > Main > nUI.lua ] in a plain text editor and look for this line...

Code:
        WorldFrame:SetPoint( "BOTTOM", nUI_Dashboard, "CENTER", 0, 0 );
and change it to look like this...

Code:
        --WorldFrame:SetPoint( "BOTTOM", nUI_Dashboard, "CENTER", 0, 0 );
then save the file and reload WoW.
this has always worked i dont know if the issue still exist , havent run that dungeon in some time.