annotate modules/modules.xml @ 236:dcdc0235d489

Really don't remove buttons if the current character doesn't support the spell
author Flick
date Thu, 24 Mar 2011 13:09:44 -0700
parents 8ba8ab8bf6dd
children 704f4a05a1d7
rev   line source
flickerstreak@26 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
flickerstreak@26 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
flickerstreak@26 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
flickerstreak@26 4
flickerstreak@109 5 <Script file="State.lua"/>
flickerstreak@109 6 <Script file="Action.lua"/>
flickerstreak@109 7 <Script file="PetAction.lua"/>
flickerstreak@134 8 <Script file="Stance.lua"/>
flickerstreak@146 9 <Script file="Bag.lua"/>
flickerstreak@159 10 <Script file="VehicleExit.lua"/>
flickerstreak@161 11 <Script file="Totem.lua"/>
flickerstreak@108 12
flickerstreak@26 13 </Ui>