diff 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
line wrap: on
line diff
--- a/Events.lua	Tue Jul 17 20:48:19 2018 -0400
+++ b/Events.lua	Tue Sep 04 23:00:21 2018 -0400
@@ -36,6 +36,9 @@
 
 -- only need to respond to this for pet actions
 kb.PLAYER_SPECIALIZATION_CHANGED = function(self, event, unit)
+end
+
+kb.SPELLS_CHANGED = function()
   kb.talentsPushed = nil
   kb.UpdateSpecInfo()
   kb.UpdateTalentInfo()
@@ -45,10 +48,6 @@
   SkeletonKey:Update(true)
 end
 
-kb.SPELLS_CHANGED = function()
-  SkeletonKey:Update()
-end
-
 kb.UPDATE_MACROS = function()
   kb.UpdateMacroInfo()
 end