View Single Post
11-03-08, 11:09 AM   #199
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Originally Posted by hipjipp View Post
Looked nice, but when i tried it, i got this:
Code:
<path-to-my-layout>/core.lua:229: Attempt to index field "Threat" (a nil value)
witch is strange since threat should be indexed by oUF, but i'm most probably wrong like i usually am when it comes to oUF...
Zork did a mistake on the first line of the code

Should be like this
Code:
self.Threat = someframe:CreateTexture(nil, 'BACKGROUND')