Skip to content
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.

Commit

Permalink
Color journal links too
Browse files Browse the repository at this point in the history
This fixes #2
  • Loading branch information
p3lim committed Nov 28, 2011
1 parent 4f81f9c commit d5cf350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RealLinks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d5cf350

Please sign in to comment.