diff QuestPOI.lua @ 121:1fcc4fe645dc tip

- Removed legionfall war supplies from the list of reward currencies to display
author Nenue
date Fri, 16 Feb 2018 14:27:59 -0500
parents bf4a36378bb9
children
line wrap: on
line diff
--- a/QuestPOI.lua	Sun Dec 17 18:43:47 2017 -0500
+++ b/QuestPOI.lua	Fri Feb 16 14:27:59 2018 -0500
@@ -42,6 +42,12 @@
 local dprint = DEVIAN_WORKSPACE and function(...) _G.print('WQData', ...) end or nop
 local QuestPOI = WorldPlanPOIMixin
 
+local shownCurrencies = {
+  [1220] = true,
+  --[1342]  = true,
+  [1508] = true, -- argunite
+  [1506] = true, -- argus waystone
+}
 local pinBaseIndex = 1400
 local overlayBaseIndex = 1450
 local previousHighlight
@@ -607,12 +613,6 @@
   return self.dataLoaded
 end
 
-local shownCurrencies = {
-  [1220] = true,
-  [1342]  = true,
-  [1508] = true, -- argunite
-  [1506] = true, -- argus waystone
-}
 
 --- Returns true if data has changed (either from loading in or qualifications changed)
 function QuestPOI:UpdateRewards()