Mercurial > wow > buffalo2
comparison 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 |
comparison
equal
deleted
inserted
replaced
135:4979b5cca6de | 136:414e37af1b1b |
---|---|
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/ | 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"> | 2 ..\FrameXML\UI.xsd"> |
3 | 3 |
4 <Script file="WorldState.lua" /> | 4 <Script file="WorldState.lua" /> |
5 | 5 |
6 <Frame name="VeneerOrderHallHandler" hidden="true" parent="UIParent" mixin="VeneerOrderHallMixin" inherits="VeneerMixinScripts" /> | 6 <Frame name="VeneerOrderHallHandler" hidden="true" parent="UIParent" mixin="VeneerOrderHallMixin"> |
7 <Scripts> | |
8 <OnLoad method="OnLoad" /> | |
9 <OnShow method="OnShow" /> | |
10 <OnUpdate method="OnUpdate" /> | |
11 </Scripts> | |
12 </Frame> | |
7 | 13 |
8 </Ui> | 14 </Ui> |