WoW:API ITEM QUALITY COLORS

From AddOn Studio
Revision as of 20:13, 30 December 2005 by WoWWiki>Muert
Jump to navigation Jump to search

This is an array of item quality colors, used to color the item name any place it appears.

You can also refer to them using ITEM_QUALITY_COLORS[X]. The "description" of the item is given using the constant ITEM_QUALITYX_DESC, which will be localized.

The current list is:

0 - Poor
1 - Common
2 - Uncommon
3 - Rare
4 - Epic
5 - Legendary
6 - Artifact

Template:WoW API