Sheldon Im trying to add NpcID but this isnt working, help
GameTooltip:HookScript("OnTooltipSetUnit", function(self)
local name, unit = self:GetUnit()
local unitType, _, _, _, _, npcID = strsplit(':', UnitGUID(unit) or '')
self:AddLine(unitType, npcID)
self:Show()
end)