mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Fix: added a check to Tooltip.lua so tt:AddLine is only called if id is not nil.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user