Mercurial > wow > worldplan
diff 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 |
line wrap: on
line diff
--- a/WorldPlan.lua Fri Oct 28 19:54:00 2016 -0400 +++ b/WorldPlan.lua Tue Nov 01 10:48:50 2016 -0400 @@ -188,7 +188,7 @@ WorldPlanData[key] = true end end - WorldPlan:RefreshAll() + WorldPlan:Refresh() end function WorldPlan:print(...) @@ -897,7 +897,7 @@ print(' |cFFFF4400IsShowable()|r', self.title) self.questId = self:GetID() - if not (WorldMap_DoesWorldQuestInfoPassFilters(self)) then + if not (WorldMap_DoesWorldQuestInfoPassFilters(self, false, true)) then self.filtered = true end