View Single Post
02-23-24, 12:15 AM   #20
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,892
That looks OK.

The only thing is that you have a deDE for a only one entry in addon.db where
Code:
tinsert(data, {item.announce[GetLocale()], item.icon, item.name})
will cause an error if the entry is missing in any single entry for the users locale return from GetLocale().

Have Fun!
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 02-23-24 at 12:21 AM.
  Reply With Quote