Thread: addons error
View Single Post
12-29-13, 02:52 PM   #10
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 6,006
Line numbers are showable in some text editors but if yours doesn't give that option try doing a search for the following block of code:

local function DelayedUpdate(self, elapsed)

and then look for the line 10 lines lower as that is supposed to start on line 95.


It currently says

if (type(obj) == "table" and type(rawget(obj, 0)) == "userdata" and type(obj.GetName) == "function") then

you just need to replace that line with what was suggested.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 70 - Resto Druid
Gamaliel - 70 - Disc Priest
Lienae - 70 - Resto Shaman
Velandryn - 70 - Prot Paladin (TR)
+ 5 at 60+
+ 2 at 40+

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote