From 73b01c28d785ef0b3442fe5dfec796cc057122ee Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Fri, 3 Sep 2021 01:57:04 +0200 Subject: [PATCH] add duration for grounding effect (still needs testing) --- Constants.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Constants.lua b/Constants.lua index 2b04c1d..e6458a5 100644 --- a/Constants.lua +++ b/Constants.lua @@ -649,7 +649,7 @@ local importantAuras = { -- Grounding Totem Effect [GetSpellInfo(8178)] = { track = AURA_TYPE_BUFF, - duration = 0, + duration = 4, priority = 20, spellID = 8178 },