View Single Post
12-23-18, 10:15 AM   #10
Brellison94
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Mar 2013
Posts: 36
Originally Posted by Fizzlemizz View Post
If I have it right, it seems to be complaining that
Code:
BossTalk.cmdtable.desc
is not a string.

BossTalk.cmdtable seems to contain
Code:
type = 'group'
and
Code:
args = { ... }
but no "desc" key meaning its type is nil and not string.
That's aggravating. Where did you put this that the code above displayed?

Code:
print(bosses, type(bosses.desc))
  Reply With Quote