From 696172ef17353e2ef8458f4fa007fa746b32aad0 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Tue, 9 Mar 2010 04:43:31 -0500 Subject: [PATCH] In ColourSkillLevel() - Meh. The color for reputation is the same as the color for optimal_level. Use purple instead - there should be no conflict there. --- Frame.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Frame.lua b/Frame.lua index f2d6cec..b97916a 100644 --- a/Frame.lua +++ b/Frame.lua @@ -2127,8 +2127,8 @@ do local easy_level = recipeEntry.easy_level local trivial_level = recipeEntry.trivial_level - if not hasFaction then - return addon:Rep(recipe_text) + if hasFaction == false then + return addon:Purple(recipe_text) end if recipe_level > skill_level then -- 1.7.9.5