annotate MapFrame.xml @ 102:4d1520186ea4

7.2.5 changes - Fixed order hall panel not initializing on fresh install
author Nenue
date Thu, 25 May 2017 17:24:00 -0400
parents
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>