Mercurial > wow > worldplan
comparison WorldPlan.lua @ 32:e8679ecb48d8
ClassPlan:
- Available missions are now recorded; the mission list can be toggled between in-progress and available by clicking the heading.
author | Nenue |
---|---|
date | Tue, 01 Nov 2016 10:48:50 -0400 |
parents | d0114b51cdea |
children | be4db60219ca |
comparison
equal
deleted
inserted
replaced
31:d0114b51cdea | 32:e8679ecb48d8 |
---|---|
186 WorldPlanData[key] = nil | 186 WorldPlanData[key] = nil |
187 else | 187 else |
188 WorldPlanData[key] = true | 188 WorldPlanData[key] = true |
189 end | 189 end |
190 end | 190 end |
191 WorldPlan:RefreshAll() | 191 WorldPlan:Refresh() |
192 end | 192 end |
193 | 193 |
194 function WorldPlan:print(...) | 194 function WorldPlan:print(...) |
195 local msg | 195 local msg |
196 for i = 1, select('#', ...) do | 196 for i = 1, select('#', ...) do |
895 self.used = true | 895 self.used = true |
896 | 896 |
897 print(' |cFFFF4400IsShowable()|r', self.title) | 897 print(' |cFFFF4400IsShowable()|r', self.title) |
898 | 898 |
899 self.questId = self:GetID() | 899 self.questId = self:GetID() |
900 if not (WorldMap_DoesWorldQuestInfoPassFilters(self)) then | 900 if not (WorldMap_DoesWorldQuestInfoPassFilters(self, false, true)) then |
901 self.filtered = true | 901 self.filtered = true |
902 end | 902 end |
903 | 903 |
904 for filterKey, value in pairs(WorldPlan.UsedFilters) do | 904 for filterKey, value in pairs(WorldPlan.UsedFilters) do |
905 if self[filterKey] ~= value then | 905 if self[filterKey] ~= value then |