Mercurial > wow > skeletonkey
comparison Events.lua @ 78:d4c100b0fd01 v7.1.5-80-release
- Fixed an issue with talent bindings not loading between specialization changes.
- Fixed action button text corruption that occurred after changing assignments on an inactive spell.
author | Nenue |
---|---|
date | Thu, 26 Jan 2017 20:25:04 -0500 |
parents | 6623b7f2c1ca |
children | 73810564e4b8 |
comparison
equal
deleted
inserted
replaced
77:4ca4cc031e99 | 78:d4c100b0fd01 |
---|---|
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 kb.talentsPushed = nil | |
39 kb.UpdateSpecInfo() | 40 kb.UpdateSpecInfo() |
40 kb.UpdateTalentInfo() | 41 kb.UpdateTalentInfo() |
41 kb.UpdatePetInfo() | 42 kb.UpdatePetInfo() |
42 kb.SelectProfileSet(kb.profileName) | 43 kb.SelectProfileSet(kb.profileName) |
43 kb.ApplyAllBindings() | 44 kb.ApplyAllBindings() |