From b6d243b8c06d20147b7abb250dd774bb2be69df0 Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Wed, 15 Sep 2021 00:24:36 +0200 Subject: [PATCH] fix GetItemInfo item not loaded from server yet... fallback to constant --- Constants.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()