vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Bindings>
2 <Binding name="Pet attack" header="BINDING_HEADER_PETFUNCTIONS" description="Force your pet to attack your target">
3 PetAttack();
4 </Binding>
5 <Binding name="Pet follow" description="Force your pet to follow you">
6 PetFollow();
7 </Binding>
8 <Binding name="Pet wait" description="Force your pet to wait in place">
9 PetWait();
10 </Binding>
11 <Binding name="Dismiss Pet" description="Dismiss your pet">
12 PetDismiss();
13 </Binding>
14 <Binding name="Pet Passive" description="Put your pet in Passive mode">
15 PetPassiveMode();
16 </Binding>
17 <Binding name="Pet Defensive" description="Put your pet in Defensive mode">
18 PetDefensiveMode();
19 </Binding>
20 <Binding name="Pet Aggressive" description="Put your pet in Aggressive mode">
21 PetAggressiveMode();
22 </Binding>
23 </Bindings>