Skip to content

Commit

Permalink
Added Chronoboon world buffs spell IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Apr 23, 2021
1 parent 437d99b commit 581cffe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion classAbilities.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local lib = LibStub and LibStub("LibClassicDurations", true)
if not lib then return end

local Type, Version = "SpellTable", 70
local Type, Version = "SpellTable", 71
if lib:GetDataVersion(Type) >= Version then return end -- older versions didn't have that function

local Spell = lib.AddAura
Expand Down Expand Up @@ -185,6 +185,11 @@ end
-- GLOBAL
------------------

-- World Buffs incl. Chronoboon IDs
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

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 581cffe

Please sign in to comment.