Thread: 5.4.1 patch
View Single Post
10-29-13, 10:58 PM   #26
Moonroc
A Murloc Raider
 
Moonroc's Avatar
Join Date: Oct 2010
Posts: 4
Originally Posted by mscott998 View Post
All i did was disable the line that was causing an error and tested it out.

Line 150 of Nui.lua went

from
SetCVar( "raidFramesDisplayIncomingHeals", 1 );

to

-- SetCVar( "raidFramesDisplayIncomingHeals", 1 );

the dashes disables that line of code and makes it informational.

Worked like a charm. Thanks!