Skip to content

Commit

Permalink
Added Atiesh buffs
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Apr 26, 2021
1 parent 581cffe commit f94be38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions classAbilities.lua
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,17 @@ end
------------------

-- World Buffs incl. Chronoboon IDs
Spell(349981, { duration = INFINITY }) -- World effect suspended
Spell({ 355363, 22888 }, { duration = 7200 }) -- Rallying Cry of the Dragonslayer
Spell({ 355365, 24425 }, { duration = 7200 }) -- Spirit of Zandalar
Spell({ 355366, 16609 }, { duration = 3600 }) -- Warchief's Blessing

-- Atiesh Buffs
Spell( 28142, { duration = INFINITY, type = "BUFF" }) -- Power of the Guardian
Spell( 28143, { duration = INFINITY, type = "BUFF" }) -- Power of the Guardian
Spell( 28144, { duration = INFINITY, type = "BUFF" }) -- Power of the Guardian
Spell( 28145, { duration = INFINITY, type = "BUFF" }) -- Power of the Guardian

Spell( 2479, { duration = 30 }) -- Honorless Target
Spell(1604, { duration = 4 }) -- Common Daze
Spell( 23605, { duration = 5 }) -- Nightfall (Axe) Proc
Expand Down

0 comments on commit f94be38

Please sign in to comment.