annotate MapFrame.xml @ 106:1197c8825eda

- remove 7.2.5 changes from live
author Nenue
date Sun, 28 May 2017 19:58:56 -0400
parents 4d1520186ea4
children b67ba1078824
rev   line source
Nenue@102 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@102 2 ..\FrameXML\UI.xsd">
Nenue@102 3 <Script file="MapFrame.lua" />
Nenue@102 4
Nenue@102 5 <Frame name="WorldPlanMapFrame" mixin="WorldPlanMapFrameMixin">
Nenue@102 6 <Scripts>
Nenue@102 7 <OnShow method="OnShow" />
Nenue@102 8 <OnHide method="OnHide" />
Nenue@102 9 <OnUpdate method="OnUpdate" />
Nenue@102 10 </Scripts>
Nenue@102 11 </Frame>
Nenue@102 12
Nenue@102 13 </Ui>