Mercurial > wow > worldplan
comparison 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 |
comparison
equal
deleted
inserted
replaced
120:c9b4e33d4d93 | 121:1fcc4fe645dc |
---|---|
40 local iprint = DEVIAN_WORKSPACE and function(...) _G.print('ItemScan', ...) end or nop | 40 local iprint = DEVIAN_WORKSPACE and function(...) _G.print('ItemScan', ...) end or nop |
41 local rprint = DEVIAN_WORKSPACE and function(...) _G.print('WQRefresh', ...) end or nop | 41 local rprint = DEVIAN_WORKSPACE and function(...) _G.print('WQRefresh', ...) end or nop |
42 local dprint = DEVIAN_WORKSPACE and function(...) _G.print('WQData', ...) end or nop | 42 local dprint = DEVIAN_WORKSPACE and function(...) _G.print('WQData', ...) end or nop |
43 local QuestPOI = WorldPlanPOIMixin | 43 local QuestPOI = WorldPlanPOIMixin |
44 | 44 |
45 local shownCurrencies = { | |
46 [1220] = true, | |
47 --[1342] = true, | |
48 [1508] = true, -- argunite | |
49 [1506] = true, -- argus waystone | |
50 } | |
45 local pinBaseIndex = 1400 | 51 local pinBaseIndex = 1400 |
46 local overlayBaseIndex = 1450 | 52 local overlayBaseIndex = 1450 |
47 local previousHighlight | 53 local previousHighlight |
48 | 54 |
49 local FADE_TIMING_MULTIPLIER = 3 | 55 local FADE_TIMING_MULTIPLIER = 3 |
605 | 611 |
606 | 612 |
607 return self.dataLoaded | 613 return self.dataLoaded |
608 end | 614 end |
609 | 615 |
610 local shownCurrencies = { | |
611 [1220] = true, | |
612 [1342] = true, | |
613 [1508] = true, -- argunite | |
614 [1506] = true, -- argus waystone | |
615 } | |
616 | 616 |
617 --- Returns true if data has changed (either from loading in or qualifications changed) | 617 --- Returns true if data has changed (either from loading in or qualifications changed) |
618 function QuestPOI:UpdateRewards() | 618 function QuestPOI:UpdateRewards() |
619 dprint('UpdateRewards()', self.questTitle) | 619 dprint('UpdateRewards()', self.questTitle) |
620 local questID = self.questID | 620 local questID = self.questID |