Files
coa-bartender/specialBars/SpecialBars.xml
T
Hendrik Leppkes 2ffd19655b big restructuring, split the options from the code and moved individual modules into subdirs
- expect big breakage if you try to update without completely restarting wow
2008-07-05 12:41:16 +00:00

12 lines
449 B
XML

<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/
..\FrameXML\UI.xsd">
<Script file="BagBar.lua"/>
<Script file="BagBarOptions.lua"/>
<Script file="MicroMenu.lua"/>
<Script file="MicroMenuOptions.lua"/>
<Script file="PetBar.lua"/>
<Script file="PetBarOptions.lua"/>
<Script file="StanceBar.lua"/>
<Script file="StanceBarOptions.lua"/>
</Ui>