fix shadowsight aura type
This commit is contained in:
parent
88959d988c
commit
4b5ec6767f
@ -759,9 +759,9 @@ local importantAuras = {
|
||||
},
|
||||
-- Shadowsight Buff
|
||||
[GetSpellInfo(34709)] = {
|
||||
track = AURA_TYPE_BUFF,
|
||||
track = AURA_TYPE_DEBUFF,
|
||||
duration = 15,
|
||||
priority = 15,
|
||||
priority = 9,
|
||||
magic = true,
|
||||
spellID = 34709,
|
||||
},
|
||||
|
@ -692,9 +692,9 @@ local importantAuras = {
|
||||
|
||||
--- Alt Stuff
|
||||
[GetSpellInfo(34709)] = { -- Shadowsight Buff
|
||||
track = AURA_TYPE_BUFF,
|
||||
track = AURA_TYPE_DEBUFF,
|
||||
duration = 15,
|
||||
priority = 15,
|
||||
priority = 9,
|
||||
magic = true,
|
||||
spellID = 34709,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user