diff --git a/Libs/DRData-1.0/DRData-1.0.lua b/Libs/DRData-1.0/DRData-1.0.lua index 92523a6..f1f5ff8 100644 --- a/Libs/DRData-1.0/DRData-1.0.lua +++ b/Libs/DRData-1.0/DRData-1.0.lua @@ -1,4 +1,4 @@ -local major = "DRData-1.0" +local major = "DRData-1.0-BCC" local minor = tonumber(string.match("$Revision: 793$", "(%d+)") or 1) assert(LibStub, string.format("%s requires LibStub.", major)) @@ -139,6 +139,9 @@ Data.spells = { -- Revenge Stun [12798] = "rndstun", + + -- Pyroclasm + [18093] = "rndstun", --[[ CYCLONE ]]-- -- Blind @@ -167,6 +170,15 @@ Data.spells = { [9853] = "root", [26989] = "root", + -- Nature's Grasp + [19975] = "root", + [19974] = "root", + [19973] = "root", + [19972] = "root", + [19971] = "root", + [19970] = "root", + [27010] = "root", + --[[ RANDOM ROOTS ]]-- -- Improved Hamstring [23694] = "rndroot", diff --git a/Modules/Diminishings.lua b/Modules/Diminishings.lua index da9cf1d..f926077 100644 --- a/Modules/Diminishings.lua +++ b/Modules/Diminishings.lua @@ -6,7 +6,7 @@ local CreateFrame = CreateFrame local GetTime = GetTime local Gladdy = LibStub("Gladdy") -local DRData = LibStub("DRData-1.0") +local DRData = LibStub("DRData-1.0-BCC") local L = Gladdy.L local function defaultCategories() local categories = {}