View Single Post
05-14-16, 04:28 PM   #5
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
Never messed with the inspection API, but shouldn't you be registering for INSPECT_READY()? Inspections are throttled at the server end, which might explain why you get it once, followed by nil values.

I'd even cache units and compare if you have them already before you call InspectUnit().

Last edited by myrroddin : 05-14-16 at 04:30 PM. Reason: caching?
  Reply With Quote