add Aura Flee - Skull of Impending Doom

This commit is contained in:
Sumsebrum 2021-09-03 01:38:46 +02:00
parent dd8a35857d
commit 776464f551

View File

@ -734,6 +734,14 @@ local importantAuras = {
priority = 15, priority = 15,
spellID = 30457, spellID = 30457,
}, },
-- Flee (Skull of impending Doom) -- 5024
[GetSpellInfo(5024)] = {
track = AURA_TYPE_BUFF,
duration = 8,
priority = 15,
spellID = 5024,
altName = select(1, GetSpellInfo(5024)) .. " - " .. select(1, GetItemInfo(4984)),
},
} }
function Gladdy:GetImportantAuras() function Gladdy:GetImportantAuras()
return importantAuras return importantAuras