diff --git a/libs/StatLogic/StatLogic.lua b/libs/StatLogic/StatLogic.lua index 7f6c5c1..e40e10e 100644 --- a/libs/StatLogic/StatLogic.lua +++ b/libs/StatLogic/StatLogic.lua @@ -1282,6 +1282,7 @@ do Feral = 5, WeaponRacial = 6, PredatoryStrikes = 7, + Zandalar = 8, } local ExclusiveGroupCache = {} diff --git a/libs/StatLogic/Vanilla_Logic.lua b/libs/StatLogic/Vanilla_Logic.lua index ddfed39..a4ad067 100644 --- a/libs/StatLogic/Vanilla_Logic.lua +++ b/libs/StatLogic/Vanilla_Logic.lua @@ -1531,6 +1531,14 @@ StatLogic.StatModTable["ALL"] = { { ["value"] = 0.15, ["aura"] = 24425, + ["group"] = addon.ExclusiveGroup.Zandalar, + }, + -- Buff: Dreams of Zandalar + { + ["value"] = 0.15, + ["aura"] = 473476, + ["rune"] = true, + ["group"] = addon.ExclusiveGroup.Zandalar, }, -- Buff: Heart of the Lion { @@ -1563,6 +1571,14 @@ StatLogic.StatModTable["ALL"] = { { ["value"] = 0.15, ["aura"] = 24425, + ["group"] = addon.ExclusiveGroup.Zandalar, + }, + -- Buff: Dreams of Zandalar + { + ["value"] = 0.15, + ["aura"] = 473476, + ["rune"] = true, + ["group"] = addon.ExclusiveGroup.Zandalar, }, -- Buff: Heart of the Lion { @@ -1595,6 +1611,14 @@ StatLogic.StatModTable["ALL"] = { { ["value"] = 0.15, ["aura"] = 24425, + ["group"] = addon.ExclusiveGroup.Zandalar, + }, + -- Buff: Dreams of Zandalar + { + ["value"] = 0.15, + ["aura"] = 473476, + ["rune"] = true, + ["group"] = addon.ExclusiveGroup.Zandalar, }, -- Buff: Heart of the Lion { @@ -1627,6 +1651,14 @@ StatLogic.StatModTable["ALL"] = { { ["value"] = 0.15, ["aura"] = 24425, + ["group"] = addon.ExclusiveGroup.Zandalar, + }, + -- Buff: Dreams of Zandalar + { + ["value"] = 0.15, + ["aura"] = 473476, + ["rune"] = true, + ["group"] = addon.ExclusiveGroup.Zandalar, }, -- Buff: Heart of the Lion { @@ -1659,6 +1691,14 @@ StatLogic.StatModTable["ALL"] = { { ["value"] = 0.15, ["aura"] = 24425, + ["group"] = addon.ExclusiveGroup.Zandalar, + }, + -- Buff: Dreams of Zandalar + { + ["value"] = 0.15, + ["aura"] = 473476, + ["rune"] = true, + ["group"] = addon.ExclusiveGroup.Zandalar, }, -- Buff: Heart of the Lion {