View Single Post
02-20-10, 03:19 AM   #4
Freebaser
A Molten Kobold Bandit
 
Freebaser's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 135
Code:
local function updateCombo(self)
     do stuff..
end
...

-- this goes in the layout function
self:RegisterEvent('UNIT_COMBO_POINTS', updateCombo)
  Reply With Quote