annotate ReAction.xml @ 238:8bde290d300c

Chase away Lua errors when clicking 4.0 flyout actions (e.g. call pet, teleport)
author Flick
date Thu, 24 Mar 2011 14:27:56 -0700
parents 704f4a05a1d7
children 98d7ad4a1158
rev   line source
flickerstreak@206 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
flickerstreak@206 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
flickerstreak@206 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
flickerstreak@206 4
flickerstreak@206 5 <Include file="lib\embeds.xml"/>
flickerstreak@206 6 <Include file="locale\locale.xml"/>
flickerstreak@206 7
flickerstreak@206 8 <Script file="ReAction.lua"/>
flickerstreak@213 9 <Script file="Profile.lua"/>
flickerstreak@206 10
flickerstreak@206 11 <Include file="classes\classes.xml"/>
flickerstreak@206 12 <Include file="modules\modules.xml"/>
flickerstreak@206 13
Flick@237 14 <Script file="Options.lua"/>
Flick@237 15 <Script file="Editor.lua"/>
flickerstreak@206 16 </Ui>