fix GetItemInfo item not loaded from server yet... fallback to constant

This commit is contained in:
Sumsebrum 2021-09-15 00:24:36 +02:00
parent ce5c8fc5a0
commit b6d243b8c0

View File

@ -740,7 +740,7 @@ local importantAuras = {
duration = 8, duration = 8,
priority = 15, priority = 15,
spellID = 5024, 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() function Gladdy:GetImportantAuras()