Mercurial > wow > skeletonkey
comparison SkeletonKey/Events.lua @ 34:daff39af0c6d
changeset logjam
| author | Nenue |
|---|---|
| date | Tue, 16 Aug 2016 10:24:55 -0400 |
| parents | 73df13211b22 |
| children | 9eebce04e69b |
comparison
equal
deleted
inserted
replaced
| 33:d5e6b2265d6f | 34:daff39af0c6d |
|---|---|
| 59 -- only need to respond to this for pet actions | 59 -- only need to respond to this for pet actions |
| 60 kb.SPELLS_CHANGED = function(self, event, unit) | 60 kb.SPELLS_CHANGED = function(self, event, unit) |
| 61 print('|cFFFF0088'.. event..'|r', unit) | 61 print('|cFFFF0088'.. event..'|r', unit) |
| 62 kb.UpdatePetInfo() | 62 kb.UpdatePetInfo() |
| 63 end | 63 end |
| 64 | |
| 65 kb.BINDINGS_UPDATE = function() | |
| 66 kb.UpdateSystemBinds() | |
| 67 end |
