annotate Modules/WorldState.xml @ 136:414e37af1b1b v8.0.1-20180718

8.0.1 "pre-patch" updates - disabled PaperDoll, ArtifactPower, and Social/LFG modules
author Nenue
date Wed, 18 Jul 2018 15:31:15 -0400
parents 8c94bee4fdfc
children
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@136 6 <Frame name="VeneerOrderHallHandler" hidden="true" parent="UIParent" mixin="VeneerOrderHallMixin">
Nenue@136 7 <Scripts>
Nenue@136 8 <OnLoad method="OnLoad" />
Nenue@136 9 <OnShow method="OnShow" />
Nenue@136 10 <OnUpdate method="OnUpdate" />
Nenue@136 11 </Scripts>
Nenue@136 12 </Frame>
Nenue@84 13
Nenue@84 14 </Ui>