comparison SkeletonKey.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 9824d524a661
children d4c100b0fd01
comparison
equal deleted inserted replaced
75:e75a2fd448c0 76:6623b7f2c1ca
395 self:RegisterUnitEvent('UNIT_PORTRAIT_UPDATE', 'player', 'pet') 395 self:RegisterUnitEvent('UNIT_PORTRAIT_UPDATE', 'player', 'pet')
396 self:RegisterEvent('PLAYER_REGEN_DISABLED') 396 self:RegisterEvent('PLAYER_REGEN_DISABLED')
397 self:RegisterEvent('PLAYER_REGEN_ENABLED') 397 self:RegisterEvent('PLAYER_REGEN_ENABLED')
398 self:RegisterEvent('SPELLS_CHANGED') 398 self:RegisterEvent('SPELLS_CHANGED')
399 self:RegisterEvent('PLAYER_TALENT_UPDATE') 399 self:RegisterEvent('PLAYER_TALENT_UPDATE')
400 self:RegisterEvent('PLAYER_PVP_TALENT_UPDATE')
400 401
401 self:RegisterForDrag('LeftButton') 402 self:RegisterForDrag('LeftButton')
402 self:SetMovable(true) 403 self:SetMovable(true)
403 for index, frame in ipairs(self.Plugins) do 404 for index, frame in ipairs(self.Plugins) do
404 frame:Setup() 405 frame:Setup()