diff --git a/ElvUI/Modules/Tooltip/Tooltip.lua b/ElvUI/Modules/Tooltip/Tooltip.lua index a510ae9..2cbaba7 100644 --- a/ElvUI/Modules/Tooltip/Tooltip.lua +++ b/ElvUI/Modules/Tooltip/Tooltip.lua @@ -421,7 +421,7 @@ function TT:SetHyperlink(tt, link, count) end if tt:GetName() == "GameTooltip" then - if E.db.tooltip.spellID then + if E.db.tooltip.spellID and id then tt:AddLine(format("|cFFCA3C3C%s|r %d", ID, id)) end end