add duration for grounding effect (still needs testing)

This commit is contained in:
Sumsebrum 2021-09-03 01:57:04 +02:00
parent dd75f267f4
commit 73b01c28d7

View File

@ -649,7 +649,7 @@ local importantAuras = {
-- Grounding Totem Effect
[GetSpellInfo(8178)] = {
track = AURA_TYPE_BUFF,
duration = 0,
duration = 4,
priority = 20,
spellID = 8178
},