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