Mercurial > wow > reaction
annotate modules/modules.xml @ 233:9b9f5fc84d34
Fix shapeshift bar only displaying form 1 N times
author | Flick |
---|---|
date | Tue, 22 Mar 2011 11:48:09 -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> |