From b1070d070a71d8c1d714b66cbd6e9a319188e9b2 Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Mon, 26 Jul 2021 12:50:52 +0200 Subject: [PATCH] added banish to auras --- Constants.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Constants.lua b/Constants.lua index 0a22fa2..3cc8507 100644 --- a/Constants.lua +++ b/Constants.lua @@ -534,6 +534,13 @@ local importantAuras = { priority = 40, spellID = 27223, }, + --Banish + [GetSpellInfo(710)] = { + track = AURA_TYPE_DEBUFF, + duration = 10, + priority = 40, + spellID = 710, + }, -- Shadowfury [GetSpellInfo(30283)] = { track = AURA_TYPE_DEBUFF,