vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<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/
C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
        <Script file="EnchanterAdShrinker.lua"/>

        <Frame name="EnchanterAdShrinker_Frame" frameStrata="BACKGROUND" parent="UIParent">     
                <Size>
                        <AbsDimension x="1" y="1"/>
                </Size>
                <Anchors>
                        <Anchor point="TOPLEFT"/>
                </Anchors>      
                <Scripts>
                        <OnLoad>
                                EnchanterAdShrinker_OnLoad();                           
                        </OnLoad>
                        <OnEvent>
                        </OnEvent>      
                        <OnUpdate>
                        </OnUpdate>     
                </Scripts>
        </Frame>        
</Ui>