Mercurial > wow > buffalo2
annotate Modules/WorldState.xml @ 138:6e2f20230190 tip
- 8.1 TOC
- disabled Currency and WorldState modules for lack of use
- BoD progress link buttons for group finder
author | Nenue |
---|---|
date | Fri, 22 Feb 2019 17:34:58 -0500 |
parents | 414e37af1b1b |
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> |