vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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="ProfessionLevel.lua"/>
4 <Frame name="ProfessionLevelTooltip" parent="GameTooltip" hidden="false">
5 <Scripts>
6 <OnShow>
7 ProfessionLevel_OnShow();
8 </OnShow>
9 </Scripts>
10 </Frame>
11 <Frame name="ProfessionLevelItemRefTooltip" parent="ItemRefTooltip" hidden="false">
12 <Scripts>
13 <OnShow>
14 ProfessionLevel_OnShow();
15 </OnShow>
16 </Scripts>
17 </Frame>
18 </Ui>