comparison 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
comparison
equal deleted inserted replaced
101:b68af1e44bdc 102:4d1520186ea4
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/
2 ..\FrameXML\UI.xsd">
3 <Script file="MapFrame.lua" />
4
5 <Frame name="WorldPlanMapFrame" mixin="WorldPlanMapFrameMixin">
6 <Scripts>
7 <OnShow method="OnShow" />
8 <OnHide method="OnHide" />
9 <OnUpdate method="OnUpdate" />
10 </Scripts>
11 </Frame>
12
13 </Ui>