diff KeyButton.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 b9a53385462c
line wrap: on
line diff
--- a/KeyButton.lua	Mon Jan 23 20:09:08 2017 -0500
+++ b/KeyButton.lua	Thu Jan 26 20:25:04 2017 -0500
@@ -243,10 +243,6 @@
       StaticPopup_Show('SKELETONKEY_CONFIRM_ASSIGN_SLOT')
     else
       kb.currentProfile.buttons[self:GetID()] = slotInfo
-      if #slotInfo.assignedKeys >= 1 then
-        kb:print('Obtained following hotkeys:', table.concat(slotInfo.assignedKeys, ', '))
-
-      end
       kb.LoadBinding(slotInfo)
       self:SetSlot(slotInfo)
       self:UpdateSlot()