diff QuestPOI.lua @ 71:d6c0bed32c51

fixed bounty highlighting and changed quests matching the selected bounty to have a yellow highlight, while quests matching any ongoing bounty are highlighted blue
author Nenue
date Wed, 05 Apr 2017 12:44:19 -0400
parents 31de7e9e7849
children 6db0b9696936
line wrap: on
line diff
--- a/QuestPOI.lua	Wed Apr 05 12:12:41 2017 -0400
+++ b/QuestPOI.lua	Wed Apr 05 12:44:19 2017 -0400
@@ -782,6 +782,8 @@
     if tl and (timeLeft < 120) then
       self.HighlightBorder:SetVertexColor(1,0,0,0.7)
     elseif self.isBounty then
+      self.HighlightBorder:SetVertexColor(1,1,0,1)
+    elseif self.isCriteria then
       self.HighlightBorder:SetVertexColor(.25,.5,1,1)
     else
       self.HighlightBorder:SetVertexColor(0,0,0,0.7)