diff KeyButton.lua @ 84:1407e3a2cd1f

- Added a list of special-cases for replaced abilities that can't be detected internally (Carve, Blink, etc.)
author Nenue
date Sun, 28 May 2017 12:46:08 -0400
parents 1605319122ce
children 283dacee2850
line wrap: on
line diff
--- a/KeyButton.lua	Sun May 28 12:45:32 2017 -0400
+++ b/KeyButton.lua	Sun May 28 12:46:08 2017 -0400
@@ -210,6 +210,8 @@
         name = TALENT_SPELLS[actionID].actionName
         actionID  = TALENT_SPELLS[actionID].actionID
         icon = TALENT_SPELLS[actionID].icon
+      end
+
     elseif actionType == 'macro' then
       name, icon, macroText = GetMacroInfo(actionID)
       macroName = name