add blessing of sacrifice and intervene to auras
This commit is contained in:
parent
2e093950e2
commit
ccf7d08832
@ -366,6 +366,13 @@ function Gladdy:GetImportantAuras()
|
|||||||
priority = 10,
|
priority = 10,
|
||||||
spellID = 1044,
|
spellID = 1044,
|
||||||
},
|
},
|
||||||
|
-- Blessing of Sacrifice
|
||||||
|
[GetSpellInfo(6940)] = {
|
||||||
|
track = AURA_TYPE_BUFF,
|
||||||
|
duration = 30,
|
||||||
|
priority = 12,
|
||||||
|
spellID = 6940,
|
||||||
|
},
|
||||||
-- Divine Shield
|
-- Divine Shield
|
||||||
[GetSpellInfo(642)] = {
|
[GetSpellInfo(642)] = {
|
||||||
track = AURA_TYPE_BUFF,
|
track = AURA_TYPE_BUFF,
|
||||||
@ -599,6 +606,14 @@ function Gladdy:GetImportantAuras()
|
|||||||
priority = 20,
|
priority = 20,
|
||||||
spellID = 8178
|
spellID = 8178
|
||||||
},
|
},
|
||||||
|
--Intervene
|
||||||
|
[GetSpellInfo(3411)] = {
|
||||||
|
track = AURA_TYPE_BUFF,
|
||||||
|
duration = 10,
|
||||||
|
priority = 10,
|
||||||
|
spellSchool = "physical",
|
||||||
|
spellID = 3411,
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
-- War Stomp
|
-- War Stomp
|
||||||
|
Loading…
Reference in New Issue
Block a user