View Single Post
12-15-09, 12:45 PM   #5
Akryn
A Firelord
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 479
You can just do:

/run hooksecurefunc("NotifyInspect",function()error(debugstack())end)

which should eventually tell you every addon that's calling that function. Note that there is actually no problem in-principle with having multiple addons that scan talents, it's just that until Bliz gives us a better way to know who was last inspected, the addons involved need to not immediately trust all results without checking.

Last edited by Akryn : 12-15-09 at 12:50 PM.