vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Bindings>
2 <Binding runOnUp="false" name="TOGGLEMAIN" header="HEALBOT">
3 HealBot_TogglePanel(HealBot_Action)
4 </Binding>
5 <Binding runOnUp="false" name="HEALPLAYER">
6 HealBot_HealUnit('player',HealBot_Action_SpellPattern())
7 </Binding>
8 <Binding runOnUp="false" name="HEALPET">
9 HealBot_HealUnit('pet',HealBot_Action_SpellPattern())
10 </Binding>
11 <Binding runOnUp="false" name="HEALPARTY1">
12 HealBot_HealUnit('party1',HealBot_Action_SpellPattern())
13 </Binding>
14 <Binding runOnUp="false" name="HEALPARTY2">
15 HealBot_HealUnit('party2',HealBot_Action_SpellPattern())
16 </Binding>
17 <Binding runOnUp="false" name="HEALPARTY3">
18 HealBot_HealUnit('party3',HealBot_Action_SpellPattern())
19 </Binding>
20 <Binding runOnUp="false" name="HEALPARTY4">
21 HealBot_HealUnit('party4',HealBot_Action_SpellPattern())
22 </Binding>
23 <Binding runOnUp="false" name="HEALTARGET">
24 HealBot_HealUnit('target',HealBot_Action_SpellPattern())
25 </Binding>
26 </Bindings>