comparison 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
comparison
equal deleted inserted replaced
83:1605319122ce 84:1407e3a2cd1f
208 208
209 if TALENT_SPELLS[actionID] then 209 if TALENT_SPELLS[actionID] then
210 name = TALENT_SPELLS[actionID].actionName 210 name = TALENT_SPELLS[actionID].actionName
211 actionID = TALENT_SPELLS[actionID].actionID 211 actionID = TALENT_SPELLS[actionID].actionID
212 icon = TALENT_SPELLS[actionID].icon 212 icon = TALENT_SPELLS[actionID].icon
213 end
214
213 elseif actionType == 'macro' then 215 elseif actionType == 'macro' then
214 name, icon, macroText = GetMacroInfo(actionID) 216 name, icon, macroText = GetMacroInfo(actionID)
215 macroName = name 217 macroName = name
216 elseif actionType == 'petaction' then 218 elseif actionType == 'petaction' then
217 if CURSOR_SPELLSLOT and CURSOR_BOOKTYPE then 219 if CURSOR_SPELLSLOT and CURSOR_BOOKTYPE then