diff 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
line wrap: on
line diff
--- a/Events.lua	Mon Jan 23 18:59:02 2017 -0500
+++ b/Events.lua	Mon Jan 23 20:07:30 2017 -0500
@@ -28,9 +28,11 @@
   return true
 end
 
+
 kb.PLAYER_TALENT_UPDATE = function()
   kb.TalentsChanged = true
 end
+kb.PLAYER_PVP_TALENT_UPDATE = kb.PLAYER_TALENT_UPDATE
 
 -- only need to respond to this for pet actions
 kb.PLAYER_SPECIALIZATION_CHANGED = function(self, event, unit)