Mercurial > wow > skeletonkey
comparison Events.lua @ 76:6623b7f2c1ca v7.1.5-78-release
Added:
- key assignment and unbinding for inactive talents
Bug Fixes:
- fixed spell access check for talents
- fixed detection of Legion PvP talents
- fixed unbind command not clearing assigned key text
- fixed frame content not loading after combat
Miscellaneous:
- bindings are determined from the button's assignment list
- increment profile version to remove deprecated talents list
author | Nenue |
---|---|
date | Mon, 23 Jan 2017 20:07:30 -0500 |
parents | e75a2fd448c0 |
children | d4c100b0fd01 |
comparison
equal
deleted
inserted
replaced
75:e75a2fd448c0 | 76:6623b7f2c1ca |
---|---|
26 kb.ACTIONBAR_SLOT_CHANGED = function(self, event, slot) | 26 kb.ACTIONBAR_SLOT_CHANGED = function(self, event, slot) |
27 --kb.HotKeyText(slot) | 27 --kb.HotKeyText(slot) |
28 return true | 28 return true |
29 end | 29 end |
30 | 30 |
31 | |
31 kb.PLAYER_TALENT_UPDATE = function() | 32 kb.PLAYER_TALENT_UPDATE = function() |
32 kb.TalentsChanged = true | 33 kb.TalentsChanged = true |
33 end | 34 end |
35 kb.PLAYER_PVP_TALENT_UPDATE = kb.PLAYER_TALENT_UPDATE | |
34 | 36 |
35 -- only need to respond to this for pet actions | 37 -- only need to respond to this for pet actions |
36 kb.PLAYER_SPECIALIZATION_CHANGED = function(self, event, unit) | 38 kb.PLAYER_SPECIALIZATION_CHANGED = function(self, event, unit) |
37 kb.UpdateSpecInfo() | 39 kb.UpdateSpecInfo() |
38 kb.UpdateTalentInfo() | 40 kb.UpdateTalentInfo() |