49774336cc
The dedupe helper was a local function defined after AddUnitDataToTooltip, so that function resolved it as a nil global and every unit tooltip errored (attempt to call global '_TooltipHasLeftLine'). Moved it above all Add*DataToTooltip functions.