View Single Post
11-08-20, 06:19 AM   #6
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,929
You would have to post up the line that has been reported as the parameter to the string.find has clearly changed status since its last successful use.

debug the parameter values to the string.find function using print(xxx) and see if they are values or tables. They should be values.. either string or numerical. If it returns a table then you will have to identify what value within that table ( likely problem ) that now needs to be passed into the function.

If it is the table shown in the local list, identify which of the elements the function was supposed to be using and put that in there instead.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

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