add evasion to auras
This commit is contained in:
parent
19d0460501
commit
b54ed1cda1
@ -508,6 +508,13 @@ local importantAuras = {
|
|||||||
priority = 20,
|
priority = 20,
|
||||||
spellID = 31224,
|
spellID = 31224,
|
||||||
},
|
},
|
||||||
|
-- Evasion
|
||||||
|
[GetSpellInfo(26669)] = {
|
||||||
|
track = AURA_TYPE_BUFF,
|
||||||
|
duration = 15,
|
||||||
|
priority = 10,
|
||||||
|
spellID = 26669,
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
-- Fear
|
-- Fear
|
||||||
|
Loading…
Reference in New Issue
Block a user