View Single Post
12-11-13, 02:00 PM   #9
ckaotik
A Fallenroot Satyr
 
ckaotik's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 29
Code:
Message: Interface\AddOns\Test\modules\test1.lua:73: attempt to index global 'frame' (a nil value)
Oops, forgot the argument to the function call. Please add the "frame" argument:
Lua Code:
  1. hooksecurefunc("CompactUnitFrame_UpdateVisible", function(frame)
(I also corrected the snippet in my first post)
__________________
It all starts to make a creepy kind of sense. Avatar
  Reply With Quote