annotate Modules/WorldState.xml @ 113:2105b6e5095f

- Added Blood of Sargeras to currency list - Fixed panel ordering issues when a module is loaded on the fly.
author Nick@Zahhak
date Sun, 26 Mar 2017 06:25:18 -0400
parents bb38bc0e787f
children 8c94bee4fdfc
rev   line source
Nenue@84 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@84 2 ..\FrameXML\UI.xsd">
Nenue@84 3
Nenue@84 4 <Script file="WorldState.lua" />
Nenue@84 5
Nenue@93 6 <Frame name="VeneerWorldState" mixin="VeneerWorldStateMixin" parent="UIParent" inherits="VeneerMixinScripts">
Nenue@96 7 <Size x="600" y="24" />
Nenue@84 8 <Anchors>
Nenue@84 9 <Anchor point="TOP" />
Nenue@84 10 </Anchors>
Nenue@84 11 <Frames>
Nenue@84 12 </Frames>
Nenue@84 13 </Frame>
Nenue@88 14 <Frame name="VeneerOrderHallHandler" hidden="true" parent="UIParent" mixin="VeneerOrderHallMixin" inherits="VeneerMixinScripts" />
Nenue@84 15
Nenue@84 16 </Ui>