diff --git a/Constants.lua b/Constants.lua index e6458a5..67c8f8d 100644 --- a/Constants.lua +++ b/Constants.lua @@ -740,7 +740,7 @@ local importantAuras = { duration = 8, priority = 15, spellID = 5024, - altName = select(1, GetSpellInfo(5024)) .. " - " .. select(1, GetItemInfo(4984)), + altName = select(1, GetSpellInfo(5024)) .. " - " .. (select(1, GetItemInfo(4984)) or "Skull of Impending Doom"), }, } function Gladdy:GetImportantAuras()