Mercurial > wow > skeletonkey
comparison Events.lua @ 93:f9df7cd7bfd6 tip
revert pet spell subText collation
remove an empty script handler
| author | Nenue |
|---|---|
| date | Tue, 04 Sep 2018 23:00:21 -0400 |
| parents | 73810564e4b8 |
| children |
comparison
equal
deleted
inserted
replaced
| 92:c1c9dd6063a8 | 93:f9df7cd7bfd6 |
|---|---|
| 34 end | 34 end |
| 35 kb.PLAYER_PVP_TALENT_UPDATE = kb.PLAYER_TALENT_UPDATE | 35 kb.PLAYER_PVP_TALENT_UPDATE = kb.PLAYER_TALENT_UPDATE |
| 36 | 36 |
| 37 -- only need to respond to this for pet actions | 37 -- only need to respond to this for pet actions |
| 38 kb.PLAYER_SPECIALIZATION_CHANGED = function(self, event, unit) | 38 kb.PLAYER_SPECIALIZATION_CHANGED = function(self, event, unit) |
| 39 end | |
| 40 | |
| 41 kb.SPELLS_CHANGED = function() | |
| 39 kb.talentsPushed = nil | 42 kb.talentsPushed = nil |
| 40 kb.UpdateSpecInfo() | 43 kb.UpdateSpecInfo() |
| 41 kb.UpdateTalentInfo() | 44 kb.UpdateTalentInfo() |
| 42 kb.UpdatePetInfo() | 45 kb.UpdatePetInfo() |
| 43 kb.SelectProfileSet(kb.profileName) | 46 kb.SelectProfileSet(kb.profileName) |
| 44 kb.ApplyAllBindings() | 47 kb.ApplyAllBindings() |
| 45 SkeletonKey:Update(true) | 48 SkeletonKey:Update(true) |
| 46 end | 49 end |
| 47 | 50 |
| 48 kb.SPELLS_CHANGED = function() | |
| 49 SkeletonKey:Update() | |
| 50 end | |
| 51 | |
| 52 kb.UPDATE_MACROS = function() | 51 kb.UPDATE_MACROS = function() |
| 53 kb.UpdateMacroInfo() | 52 kb.UpdateMacroInfo() |
| 54 end | 53 end |
| 55 | 54 |
| 56 kb.UPDATE_BINDINGS = function() | 55 kb.UPDATE_BINDINGS = function() |
