comparison 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
comparison
equal deleted inserted replaced
10:67b8537e8432 11:952c3ac0e783
44 44
45 local forum_warned_heroic 45 local forum_warned_heroic
46 local warning_text 46 local warning_text
47 do 47 do
48 local red = '|cffff0505' 48 local red = '|cffff0505'
49 local green = addon.quality_hexes[ITEM_QUALITY_UNCOMMON] 49 local green = ITEM_QUALITY_COLORS[ITEM_QUALITY_UNCOMMON].hex
50 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) 50 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)
51 end 51 end
52 52
53 local function forum (_, loot, last_printed, generated, cache) 53 local function forum (_, loot, last_printed, generated, cache)
54 local fmt = OuroLootSV_opts.forum[OuroLootSV_opts.forum_current] or "" 54 local fmt = OuroLootSV_opts.forum[OuroLootSV_opts.forum_current] or ""