Skip to content

Commit

Permalink
only one reset message per second
Browse files Browse the repository at this point in the history
  • Loading branch information
xorann committed Oct 15, 2017
0 parents commit a996da6
Show file tree
Hide file tree
Showing 72 changed files with 18,890 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Bindings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<Bindings>

<Binding name="KLHTM_HIDESHOW" header="KLHTM">

if KLHTM_Frame:IsVisible() then KLHTM_SetVisible(false) else KLHTM_SetVisible(true) end

</Binding>



<Binding name="KLHTM_STOP">

klhtm.emergencystop()
</Binding>


<Binding name="KLHTM_MASTERTARGET">

if (UnitExists("target")) then
klhtm.net.sendmastertarget()
else
klhtm.net.clearmastertarget()
end
</Binding>


<Binding name="KLHTM_RESETRAID">

klhtm.net.clearraidthreat()
</Binding>


</Bindings>
Loading

0 comments on commit a996da6

Please sign in to comment.