Quantcast

Color journal links too

Adrian L Lange [11-28-11 - 21:14]
Color journal links too
This fixes #2
Filename
RealLinks.lua
diff --git a/RealLinks.lua b/RealLinks.lua
index a6f9579..7a8003d 100644
--- a/RealLinks.lua
+++ b/RealLinks.lua
@@ -22,7 +22,7 @@ local function GetLinkColor(data)
 		return '|cffffd000'
 	elseif(type == 'instancelock') then
 		return '|cffff8000'
-	elseif(type == 'glyph') then
+	elseif(type == 'glyph' or type == 'journal') then
 		return '|cff66bbff'
 	elseif(type == 'talent') then
 		return '|cff4e96f7'