
Patch 6.1.2 added quality 8 aqua cyan for WoW Token.As of Patch 5.3.0, ITEM_QUALITY_COLORS and NUM_ITEM_QUALITIES both go to 7.In Patch 3.1.1 it seems ITEM_QUALITY7_DESC is defined as "Heirloom," however ITEM_QUALITY_COLORS still does not exist, however GetItemQualit圜olor(7) does return the correct colors.


The NUM_ITEM_QUALITIES global variable holds the count of ITEM_QUALITY_COLORS. The "description" of the item is given using the constant ITEM_QUALITYX_DESC, where 'X' is the quality number, which will be localized. You can refer to them using ITEM_QUALITY_COLORS, where 'n' is the quality number.

