vanilla-wow-addons – Blame information for rev 1
?pathlinks?
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 | C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd"> |
||
3 | <Script file="CT_MiniBuffs.lua"/> |
||
4 | <Frame name="CT_MiniBuffsFrame" parent="BuffFrame" hidden="false"> |
||
5 | <Scripts> |
||
6 | <OnUpdate> |
||
7 | CT_MiniBuffs_Update(arg1); |
||
8 | </OnUpdate> |
||
9 | <OnLoad> |
||
10 | this.update = 0; |
||
11 | </OnLoad> |
||
12 | </Scripts> |
||
13 | </Frame> |
||
14 | </Ui> |