vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <!-- |
2 | |||
3 | QuickLoot: easier, faster looting |
||
4 | copyright 2004 by Telo |
||
5 | |||
6 | - Automatically positions the most relevant part of the loot window under your cursor |
||
7 | |||
8 | --> |
||
9 | |||
10 | <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/ |
||
11 | ..\FrameXML\UI.xsd"> |
||
12 | <Script file="localization.lua"/> |
||
13 | <Script file="localization.de.lua"/> |
||
14 | <Script file="localization.fr.lua"/> |
||
15 | <Script file="QuickLoot.lua"/> |
||
16 | <Frame name="QuickLootFrame" hidden="true"> |
||
17 | <Scripts> |
||
18 | <OnLoad> |
||
19 | QuickLoot_OnLoad(); |
||
20 | </OnLoad> |
||
21 | </Scripts> |
||
22 | </Frame> |
||
23 | </Ui> |