comparison SkeletonKey/Events.lua @ 12:8f8917d111c9

- spec tab texture
author Nenue
date Thu, 28 Jul 2016 17:45:17 -0400
parents f6d1c192afc6
children 32d64e42ec9b
comparison
equal deleted inserted replaced
11:f9c18c0a6377 12:8f8917d111c9
25 kb.PLAYER_REGEN_DISABLED = function() 25 kb.PLAYER_REGEN_DISABLED = function()
26 kb.ui() 26 kb.ui()
27 end 27 end
28 28
29 kb.UNIT_PORTRAIT_UPDATE = function() 29 kb.UNIT_PORTRAIT_UPDATE = function()
30 SetPortraitTexture(KeyBinderCharacterTab.icon, 'player') 30 if KeyBinderCharacterTab then
31 SetPortraitTexture(KeyBinderCharacterTab.icon, 'player')
32 end
31 end 33 end
32 34
33 kb.PLAYER_REGEN_ENABLED = function() 35 kb.PLAYER_REGEN_ENABLED = function()
34 kb.ui() 36 kb.ui()
35 end 37 end