source: client_files/_function_files/CzWoW/CzWoW.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: 697 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="localizationStrings.lua"/>
4 <Script file="Localization.lua"/>
5<script file="tallent.lua"/>
6 <Script file="CzWoW.lua"/>
7 <Frame name="CzWoW" parent="UIParent">
8 <Scripts>
9 <OnLoad>
10 CzWoW_OnLoad();
11 </OnLoad>
12 <OnEvent>
13 CzWoW_OnEvent(event);
14 </OnEvent>
15 <OnUpdate>
16 CZWOW_OnUpdate();
17 </OnUpdate>
18 </Scripts>
19 </Frame>
20 <Frame name="GameTooltip" parent="GameTooltip" hidden="false">
21 <Scripts>
22 <OnUpdate>
23 CZWOW_GameTooltip_OnUpdate();
24 </OnUpdate>
25 </Scripts>
26 </Frame>
27</Ui>
Note: See TracBrowser for help on using the repository browser.