add Aura Flee - Skull of Impending Doom
This commit is contained in:
parent
dd8a35857d
commit
776464f551
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user