View Single Post
01-10-10, 12:22 PM   #13
Akryn
A Firelord
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 479
Originally Posted by Seerah View Post
You're missing an end in the code block above.
This. Also, you should declare hasrf local above the function:

Code:
local hasrf
local function eventHandler(self, event, ...)
  Reply With Quote