From a26ded711da205251742515e8f55518758e901b8 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Tue, 9 Mar 2010 05:36:49 -0500 Subject: [PATCH] In ColourSkillLevel(): Change wrong faction string back to red, but prepend with [_G.REPUTATION]. --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index b97916a..41ac7ff 100644 --- a/Frame.lua +++ b/Frame.lua @@ -2128,7 +2128,7 @@ do local trivial_level = recipeEntry.trivial_level if hasFaction == false then - return addon:Purple(recipe_text) + return addon:Red(string.format("[%s] %s", _G.REPUTATION, recipe_text)) end if recipe_level > skill_level then -- 1.7.9.5