View Single Post
01-03-09, 06:58 AM   #189
Xuerian
A Fallenroot Satyr
 
Xuerian's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 27
Is there any special usage for :RegisterEvent?

I'm trying to indicate debuffs I can remove myself, and it works fine if I fake a .Buffs object and use.PreUpdateAura, but it messes up rather horribly if I :RegisterEvent("UNIT_AURA", myownfunc) on a per-frame basis.