nature's grasp added to auras

This commit is contained in:
Sumsebrum
2021-06-20 14:01:03 +02:00
parent 6a66bcb0ca
commit 8121cf3c6c
2 changed files with 15 additions and 4 deletions

View File

@ -182,6 +182,13 @@ local importantAuras = {
root = true,
spellID = 26989,
},
[select(1, GetSpellInfo(27010)) .. " " .. select(1, GetSpellInfo(16689))] = {
track = AURA_TYPE_DEBUFF,
duration = 10,
priority = 30,
spellID = 27010,
altName = select(1, GetSpellInfo(27010)) .. " " .. select(1, GetSpellInfo(16689)),
},
-- Feral Charge
[GetSpellInfo(16979)] = {
track = AURA_TYPE_DEBUFF,