From 4b5ec6767f99d66f3a3e5578e34d14a272e527d2 Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Sun, 7 Aug 2022 20:02:55 +0200 Subject: [PATCH] fix shadowsight aura type --- Constants_BCC.lua | 4 ++-- Constants_Wrath.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Constants_BCC.lua b/Constants_BCC.lua index 008d0f3..e34756c 100644 --- a/Constants_BCC.lua +++ b/Constants_BCC.lua @@ -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, }, diff --git a/Constants_Wrath.lua b/Constants_Wrath.lua index 1d09dcc..ea3893a 100644 --- a/Constants_Wrath.lua +++ b/Constants_Wrath.lua @@ -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, },