View Single Post
10-27-10, 02:59 AM   #16
sigg
Featured Artist
 
sigg's Avatar
Featured
Join Date: Aug 2008
Posts: 1,251
Your style function is registering the event UNIT_AURA.
The headeraura engine is also registering UNIT_AURA.

Your style function is always call before the headeraura ! That's the big problem. You can't do nothing for that.

So if you are able to delay your style function to the next frame, it should work as expected.