vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Bindings>
2 <Binding name="BG_SEND_INVITE" header="BGINVITE" runOnUp="true">
3 if ( keystate == "down" ) then
4 BGinvite_sendinvites()
5 end
6 </Binding>
7 <Binding name="BG_PROMOTE_ALL" runOnUp="true">
8 if ( keystate == "down" ) then
9 BGinvite_promoteall()
10 end
11 </Binding>
12 <Binding name="BG_DEMOTE_ALL" ronOnUp="true">
13 if (keystate == "down" ) then
14 BGinvite_demoteall()
15 end
16 </Binding>
17 </Bindings>