DRData update add Nature's Grasp and Pyroclasm

This commit is contained in:
Sumsebrum 2021-08-10 13:19:52 +02:00
parent bb7b820cbb
commit 9c8c78bb83
2 changed files with 14 additions and 2 deletions

View File

@ -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))
@ -140,6 +140,9 @@ Data.spells = {
-- Revenge Stun
[12798] = "rndstun",
-- Pyroclasm
[18093] = "rndstun",
--[[ CYCLONE ]]--
-- Blind
[2094] = "cyclone",
@ -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",

View File

@ -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 = {}