annotate MapFrame.xml @ 104:a3800989f515

- Solved the quest pins remaining visible issue
author Nenue
date Sun, 28 May 2017 19:53:11 -0400
parents
children b67ba1078824
rev   line source
Nenue@104 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
Nenue@104 2 ..\FrameXML\UI.xsd">
Nenue@104 3 <Script file="MapFrame.lua" />
Nenue@104 4
Nenue@104 5 <Frame name="WorldPlanMapFrame" mixin="WorldPlanMapFrameMixin">
Nenue@104 6 <Scripts>
Nenue@104 7 <OnShow method="OnShow" />
Nenue@104 8 <OnHide method="OnHide" />
Nenue@104 9 <OnUpdate method="OnUpdate" />
Nenue@104 10 </Scripts>
Nenue@104 11 </Frame>
Nenue@104 12
Nenue@104 13 </Ui>