Thread: UIFrameFade
View Single Post
06-10-11, 04:55 PM   #2
Saiket
A Chromatic Dragonspawn
 
Saiket's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 154
Your OnEvent function doesn't have "self" or "unit" arguments. Change line 14 to this and it should work:
lua Code:
  1. f:SetScript('OnEvent', function(self, event, unit)
  Reply With Quote