-
Posted by modder_hell on Mon, 01 Nov 2010 07:02:01
Hi,
I'm having a little trouble with the event "FRIENDLIST_UPDATE"
I've set a flag to print ("Event fired") every time the event is fired, and from the looks of it, it's being called like 10 times a second??
My social panel is not open, in fact I'm not doing anything besides sitting in Stormwind?
-
Posted by jnwhiteh on Mon, 01 Nov 2010 08:12:14
Try disabling all other addons and see if this is still happening. If it is, it's a Blizzard 'feature' or 'bug' that should probably be fixed. You can use /eventtrace to track the events without any addons loaded if that helps. It may just be some addon of yours that is somehow causing the updates, but it's hard to say.
-
Posted by modder_hell on Mon, 01 Nov 2010 08:31:03
Yea it was one of my addons I believe, calling ShowFriends(). I'll search through them & try to find which one it was. Thanks a lot for your help