Mercurial > wow > worldplan
diff ClassPlanFollowers.lua @ 35:26dfa661daa7
WorldPlan:
- Quest pins will appear in the flight map. They follow the filter settings applied from the world map.
- Reward filter toggle changed to clear out other reward filters. The assumption being that one is most often looking only for that particular type of quest when they go to use it.
- Fixed filter bar info falling out of sync after player-triggered world map updates.
- Code stuff:
-- Quest pin shown-state management makes better use of OnShow OnHide handlers, SetShown is toggled and it all goes from there
-- WorldQuests module re-factored outside of the top level frame script.
ClassPlan:
- Available missions are now recorded; the mission list can be toggled between in-progress and available by clicking the heading.
author | Nenue |
---|---|
date | Thu, 03 Nov 2016 17:29:15 -0400 |
parents | FollowerList.lua@be4db60219ca |
children | 589c444d4837 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ClassPlanFollowers.lua Thu Nov 03 17:29:15 2016 -0400 @@ -0,0 +1,11 @@ +ClassPlanFollowerMixin = {} +local c = ClassPlanFollowerMixin +function c:OnEvent(event, arg) + +end + +function c:GetPlayerData(event, arg) end + +function c:UpdateItems() end + +function c:Reanchor() end \ No newline at end of file