- CTimerAfter(2, updateUnitids);
- end
- end,
- ["INSPECT_READY"] = function(guid)
- local specid = guidToSpecid[guid];
- if inspectSent[guid] then inspectSent[guid] = nil end
- if specid == 105 then -- Druid
- print("OmaCD Inspect: druid,", guid);
- updateDruid(guid);
- ClearInspectPlayer();
- elseif specid == 270 then -- Monk
- print("OmaCD Inspect: monk,", guid);
- -- don't clear inspect player, have to track inventory changes
- elseif specid == false or specid == 256 or specid == 257 then -- Priest
- print("OmaCD Inspect: priest,", guid);
- updatePriest(guid);
- ClearInspectPlayer();