View Single Post
09-01-16, 08:33 PM   #4
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
I could restructure the strings, but they are so simple, even with some similarity, and mostly there are only a small few of them.

In hindsight, I probably should have used string.format and had only one string. Oh well.

As for why "equip and use" aren't all lumped together, it is mostly back end sanity. With the lists of items ever growing, I have one internal table for armour, weapons, cloaks, tabards, and another list for jewelry such as trinkets, rings, and neck pieces.

Kind of why "Consumables" isn't a category containing quest items and scrolls; they are two different tables.
  Reply With Quote