diff --git a/classAbilities.lua b/classAbilities.lua index 115cf10..acb30f1 100644 --- a/classAbilities.lua +++ b/classAbilities.lua @@ -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 @@ -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