From bf5bf62e80008f6e547945980fe6256503ce5c88 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Fri, 26 Mar 2010 02:48:19 -0400 Subject: [PATCH] In GenerateTooltipContent(): Used a color code directly to replace addon:hexcolor("RED") --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index 0f74979..5159a79 100644 --- a/Frame.lua +++ b/Frame.lua @@ -650,7 +650,7 @@ do local exclude = addon.db.profile.exclusionlist if exclude[rIndex] then - ttAdd(0, -1, true, L["RECIPE_EXCLUDED"], addon:hexcolor("RED")) + ttAdd(0, -1, true, L["RECIPE_EXCLUDED"], "|cffff0000") end -- Add in skill level requirement, colored correctly -- 1.7.9.5