Mercurial > wow > worldplan
comparison WorldPlan.xml @ 33:be4db60219ca
WorldPlan:
- Toggling a reward filter cancels out other types by default. Use right mouse to clear.
- Fixed filter bar info falling out of sync after player-triggered world map updates.
ClassPlan:
- Available missions are now recorded; the mission list can be toggled between in-progress and available by clicking the heading.
| author | Nenue |
|---|---|
| date | Wed, 02 Nov 2016 17:25:07 -0400 |
| parents | 8cb750e79952 |
| children | 0100d923d8c3 |
comparison
equal
deleted
inserted
replaced
| 32:e8679ecb48d8 | 33:be4db60219ca |
|---|---|
| 148 <Anchor point="TOPRIGHT" /> | 148 <Anchor point="TOPRIGHT" /> |
| 149 </Anchors> | 149 </Anchors> |
| 150 <Scripts> | 150 <Scripts> |
| 151 <OnLoad method="OnLoad" /> | 151 <OnLoad method="OnLoad" /> |
| 152 <OnEvent method="OnEvent" /> | 152 <OnEvent method="OnEvent" /> |
| 153 </Scripts> | |
| 154 </Frame> | |
| 155 | |
| 156 <Frame name="$parentQuests" mixin="WorldPlanQuestsMixin" parent="WorldPlan"> | |
| 157 <Scripts> | |
| 158 <OnLoad method="OnLoad" /> | |
| 159 <OnEvent method="OnEvent" /> | |
| 160 <OnUpdate method="OnUpdate" /> | 153 <OnUpdate method="OnUpdate" /> |
| 161 <OnShow method="OnShow" /> | 154 <OnShow method="OnShow" /> |
| 162 </Scripts> | 155 </Scripts> |
| 163 </Frame> | 156 </Frame> |
| 164 | 157 |
