fix shadowsight aura type

This commit is contained in:
Sumsebrum 2022-08-07 20:02:55 +02:00
parent 88959d988c
commit 4b5ec6767f
2 changed files with 4 additions and 4 deletions

View File

@ -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,
},

View File

@ -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,
},