View Single Post
12-22-18, 08:54 PM   #9
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,879
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.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 12-23-18 at 12:47 AM.
  Reply With Quote