DRData update add Nature's Grasp and Pyroclasm
This commit is contained in:
		@@ -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)
 | 
					local minor = tonumber(string.match("$Revision: 793$", "(%d+)") or 1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
assert(LibStub, string.format("%s requires LibStub.", major))
 | 
					assert(LibStub, string.format("%s requires LibStub.", major))
 | 
				
			||||||
@@ -139,6 +139,9 @@ Data.spells = {
 | 
				
			|||||||
	
 | 
						
 | 
				
			||||||
	-- Revenge Stun
 | 
						-- Revenge Stun
 | 
				
			||||||
	[12798] = "rndstun",
 | 
						[12798] = "rndstun",
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						-- Pyroclasm
 | 
				
			||||||
 | 
						[18093] = "rndstun",
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	--[[ CYCLONE ]]--
 | 
						--[[ CYCLONE ]]--
 | 
				
			||||||
	-- Blind
 | 
						-- Blind
 | 
				
			||||||
@@ -167,6 +170,15 @@ Data.spells = {
 | 
				
			|||||||
	[9853] = "root",
 | 
						[9853] = "root",
 | 
				
			||||||
	[26989] = "root",
 | 
						[26989] = "root",
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						-- Nature's Grasp
 | 
				
			||||||
 | 
						[19975] = "root",
 | 
				
			||||||
 | 
						[19974] = "root",
 | 
				
			||||||
 | 
						[19973] = "root",
 | 
				
			||||||
 | 
						[19972] = "root",
 | 
				
			||||||
 | 
						[19971] = "root",
 | 
				
			||||||
 | 
						[19970] = "root",
 | 
				
			||||||
 | 
						[27010] = "root",
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	--[[ RANDOM ROOTS ]]--
 | 
						--[[ RANDOM ROOTS ]]--
 | 
				
			||||||
	-- Improved Hamstring
 | 
						-- Improved Hamstring
 | 
				
			||||||
	[23694] = "rndroot",
 | 
						[23694] = "rndroot",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@ local CreateFrame = CreateFrame
 | 
				
			|||||||
local GetTime = GetTime
 | 
					local GetTime = GetTime
 | 
				
			||||||
 | 
					
 | 
				
			||||||
local Gladdy = LibStub("Gladdy")
 | 
					local Gladdy = LibStub("Gladdy")
 | 
				
			||||||
local DRData = LibStub("DRData-1.0")
 | 
					local DRData = LibStub("DRData-1.0-BCC")
 | 
				
			||||||
local L = Gladdy.L
 | 
					local L = Gladdy.L
 | 
				
			||||||
local function defaultCategories()
 | 
					local function defaultCategories()
 | 
				
			||||||
    local categories = {}
 | 
					    local categories = {}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user