Mercurial > wow > buffalo2
comparison Modules/Currency.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 | 3de635cda288 |
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 | |
5 <Frame parent="UIParent" name="VeneerBankDB" parentArray="modules" mixin="VeneerBankDBMixin" hidden="true" inherits="VeneerHandlerTemplate"> | |
6 <Size x="240" y="24" /> | |
7 <Anchors> | |
8 <Anchor point="CENTER" /> | |
9 </Anchors> | |
10 <Layers> | |
11 <Layer level="OVERLAY"> | |
12 <FontString parentArray="ConfigLayer" parentKey="Info" inherits="GameFontNormal" hidden="true"> | |
13 <Anchors> | |
14 <Anchor point="CENTER" /> | |
15 </Anchors> | |
16 </FontString> | |
17 </Layer> | |
18 </Layers> | |
19 </Frame> | |
20 | 4 |
21 <Script file="Currency.lua" /> | 5 <Script file="Currency.lua" /> |
22 <Frame virtual="true" name="VeneerCurrencyTemplate" parentArray="Blocks" mixin="VeneerCurrencyBlockMixin" hidden="true"> | 6 <Frame virtual="true" name="VeneerCurrencyTemplate" parentArray="Blocks" mixin="VeneerCurrencyBlockMixin" hidden="true"> |
23 <Scripts> | 7 <Scripts> |
24 <OnLoad method="OnLoad" /> | 8 <OnLoad method="OnLoad" /> |