diff 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
line wrap: on
line diff
--- a/Events.lua	Mon Jan 23 20:09:08 2017 -0500
+++ b/Events.lua	Thu Jan 26 20:25:04 2017 -0500
@@ -36,6 +36,7 @@
 
 -- only need to respond to this for pet actions
 kb.PLAYER_SPECIALIZATION_CHANGED = function(self, event, unit)
+  kb.talentsPushed = nil
   kb.UpdateSpecInfo()
   kb.UpdateTalentInfo()
   kb.UpdatePetInfo()