Mercurial > wow > ouroloot
diff text_tabs.lua @ 11:952c3ac0e783
GetItemQualityColor change and TOC bump for 4.2
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Tue, 28 Jun 2011 19:18:07 +0000 |
parents | 822b6ca3ef89 |
children | 5ee4edd24c13 |
line wrap: on
line diff
--- a/text_tabs.lua Tue Jun 28 07:36:26 2011 +0000 +++ b/text_tabs.lua Tue Jun 28 19:18:07 2011 +0000 @@ -46,7 +46,7 @@ local warning_text do local red = '|cffff0505' - local green = addon.quality_hexes[ITEM_QUALITY_UNCOMMON] + local green = ITEM_QUALITY_COLORS[ITEM_QUALITY_UNCOMMON].hex warning_text = ([[%sWARNING:|r Heroic items sharing the same name as normal items often display incorrectly on forums that use the item name as the identifier. Recommend you change the %sItem markup|r dropdown in the right-hand side to %s"[item] by ID"|r and regenerate this loot.]]):format(red, green, green) end