From 1d8a8a2eb365aa8e5ddd2d0004841a29bad4c165 Mon Sep 17 00:00:00 2001 From: Simpy Date: Tue, 13 Oct 2020 14:41:55 -0400 Subject: [PATCH] maybe teal? --- ElvUI/Modules/Skins/Blizzard/Quest.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI/Modules/Skins/Blizzard/Quest.lua b/ElvUI/Modules/Skins/Blizzard/Quest.lua index f99f0824d..ba87cbb5a 100644 --- a/ElvUI/Modules/Skins/Blizzard/Quest.lua +++ b/ElvUI/Modules/Skins/Blizzard/Quest.lua @@ -229,12 +229,12 @@ function S:BlizzardQuestFrames() if waypointText then numVisibleObjectives = numVisibleObjectives + 1 local objective = _G['QuestInfoObjective'..numVisibleObjectives] - objective:SetTextColor(1, .8, .1) + objective:SetTextColor(.2, 1, 1) end for i = 1, numObjectives do local _, objectiveType, isCompleted = GetQuestLogLeaderBoard(i) - if objectiveType ~= 'spell' and numVisibleObjectives < _G.MAX_OBJECTIVES then + if objectiveType ~= 'spell' and objectiveType ~= 'log' and numVisibleObjectives < _G.MAX_OBJECTIVES then numVisibleObjectives = numVisibleObjectives + 1 local objective = _G['QuestInfoObjective'..numVisibleObjectives] -- GitLab