vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <Bindings> |
2 | <!-- Toggle TellTrack On/Off --> |
||
3 | <Binding name="TELLTRACK" description="Toggle tell track" header="TELLTRACKHEADER"> |
||
4 | TellTrack_Toggle_Enabled(-1); |
||
5 | </Binding> |
||
6 | <Binding name="TELLTRACK_RETELL" description="Retell"> |
||
7 | TellTrack_InitiateWhisperToPreviousTarget(); |
||
8 | </Binding> |
||
9 | <Binding name="TELLTRACK1" description="Send tell to tell track number 1"> |
||
10 | TellTrack_InitiateWhisperByID(1); |
||
11 | </Binding> |
||
12 | <Binding name="TELLTRACK2" description="Send tell to tell track number 2"> |
||
13 | TellTrack_InitiateWhisperByID(2); |
||
14 | </Binding> |
||
15 | <Binding name="TELLTRACK3" description="Send tell to tell track number 3"> |
||
16 | TellTrack_InitiateWhisperByID(3); |
||
17 | </Binding> |
||
18 | <Binding name="TELLTRACK4" description="Send tell to tell track number 4"> |
||
19 | TellTrack_InitiateWhisperByID(4); |
||
20 | </Binding> |
||
21 | </Bindings> |