From e2c465c16638d1810266ae08824ccac64cc77607 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Tue, 9 Mar 2010 03:23:41 -0500 Subject: [PATCH] In ColourSkillLevel(): If the player doesn't have correct faction level, don't use addon:Red() for coloration, use addon:Rep() instead. --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index 48176d5..f2d6cec 100644 --- a/Frame.lua +++ b/Frame.lua @@ -2128,7 +2128,7 @@ do local trivial_level = recipeEntry.trivial_level if not hasFaction then - return addon:Red(recipe_text) + return addon:Rep(recipe_text) end if recipe_level > skill_level then -- 1.7.9.5