add psychic horror to Auras
This commit is contained in:
parent
a9247e1f76
commit
7f17ebc442
@ -234,6 +234,11 @@ local importantAuras = {
|
||||
priority = 40,
|
||||
spellID = 8122,
|
||||
},
|
||||
[GetSpellInfo(64044)] = { -- Psychic Horror
|
||||
track = AURA_TYPE_DEBUFF,
|
||||
priority = 40,
|
||||
spellID = 64044,
|
||||
},
|
||||
[GetSpellInfo(12826)] = { -- Polymorph
|
||||
track = AURA_TYPE_DEBUFF,
|
||||
priority = 40,
|
||||
@ -504,6 +509,11 @@ local importantAuras = {
|
||||
priority = 20,
|
||||
spellID = 53359,
|
||||
},
|
||||
[GetSpellInfo(64058)] = { -- Psychic Horror Disarm
|
||||
track = AURA_TYPE_DEBUFF,
|
||||
priority = 20,
|
||||
spellID = 64058,
|
||||
},
|
||||
|
||||
--- Buffs
|
||||
[GetSpellInfo(1022)] = { -- Hand of Protection
|
||||
|
Loading…
Reference in New Issue
Block a user