source: client_files/_function_files/ProffBot/ProffBot.xml

Last change on this file was 1, checked in by george, 17 years ago

Import z původního repozitáře http://game/svn/wow/quests/

File size: 410 bytes
Line 
1<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/
2..\FrameXML\UI.xsd">
3 <Script file="ProffBot.lua"/>
4 <Frame name="ProffBot" parent="UIParent">
5 <Scripts>
6 <OnLoad>
7 ProffBot_OnLoad();</OnLoad>
8 <OnEvent>
9 ProffBot_OnEvent(event);
10 </OnEvent>
11 </Scripts>
12 </Frame>
13</Ui>
Note: See TracBrowser for help on using the repository browser.