Quantcast

Fixed tooltip colorcode for excluded recipes.

James D. Callahan III [07-09-10 - 21:40]
Fixed tooltip colorcode for excluded recipes.
Filename
Frame.lua
diff --git a/Frame.lua b/Frame.lua
index 76fd0b1..eb5512f 100644
--- a/Frame.lua
+++ b/Frame.lua
@@ -836,7 +836,7 @@ do

 		-- check if the recipe is excluded
 		if addon.db.profile.exclusionlist[recipe_id] then
-			ttAdd(0, -1, true, L["RECIPE_EXCLUDED"], "|cffff0000")
+			ttAdd(0, -1, true, L["RECIPE_EXCLUDED"], "ff0000")
 		end

 		-- Add in skill level requirement, colored correctly