Mercurial > wow > ouroloot
diff text_tabs.lua @ 142:375059a11c1d 2.21.0
Updates for WoD.
- Basic WoD changes (TOC bump, LE_* constants, etc)
- The instance_abbrev table is now indexed by InstanceMapID values; the old
method is still supported for transition.
- Some initial placeholder values for WoD until we actually start seeing them.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Thu, 13 Nov 2014 22:12:33 -0500 |
parents | fc2ff128835a |
children |
line wrap: on
line diff
--- a/text_tabs.lua Wed Mar 20 20:49:11 2013 -0400 +++ b/text_tabs.lua Thu Nov 13 22:12:33 2014 -0500 @@ -46,7 +46,7 @@ local warning_text do local red = '|cffff0505' - local green = ITEM_QUALITY_COLORS[ITEM_QUALITY_UNCOMMON].hex + local green = ITEM_QUALITY_COLORS[LE_ITEM_QUALITY_UNCOMMON].hex warning_text = ([[%sWARNING:|r Heroic (and Raid Finder) 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 (or some other format that uses $I) and regenerate this loot.]]):format(red, green, green) end