fix GetItemInfo item not loaded from server yet... fallback to constant
This commit is contained in:
parent
ce5c8fc5a0
commit
b6d243b8c0
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user