Thread: 5.4.1 patch
View Single Post
10-29-13, 08:26 PM   #17
mscott998
A Chromatic Dragonspawn
Join Date: Aug 2008
Posts: 152
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. something that the coder would put into the code for their information. Informational code doesn't run when the program is run.

it was a a gamble and it worked out.. thought the display incoming heals part of the raid frames may not work properly, but i do not use that anyhow so no biggie.

Hope this helps folks.