From 0d9cbc8f458c91b2bf6d90adde41529203533f21 Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Thu, 20 May 2021 01:24:20 +0200 Subject: [PATCH] DRData cleanup --- Libs/DRData-1.0/DRData-1.0.lua | 38 ---------------------------------- 1 file changed, 38 deletions(-) diff --git a/Libs/DRData-1.0/DRData-1.0.lua b/Libs/DRData-1.0/DRData-1.0.lua index 2719528..92523a6 100644 --- a/Libs/DRData-1.0/DRData-1.0.lua +++ b/Libs/DRData-1.0/DRData-1.0.lua @@ -6,8 +6,6 @@ assert(LibStub, string.format("%s requires LibStub.", major)) local Data = LibStub:NewLibrary(major, minor) if( not Data ) then return end -if( IS_WRATH_BUILD == nil ) then IS_WRATH_BUILD = (select(4, GetBuildInfo()) >= 30000) end - -- How long before DR resets Data.RESET_TIME = 18 @@ -234,42 +232,6 @@ Data.spells = { [10912] = "charm", } --- Add WoTLK spells -if( IS_WRATH_BUILD ) then - -- Death Coil - Data.spells[47859] = "dc" - Data.spells[47860] = "dc" - - -- Wyvern Sting - Data.spells[49011] = "sleep" - Data.spells[49012] = "sleep" - - -- Entangling Roots - Data.spells[53308] = "root" - - -- Frost Nova - Data.spells[42917] = "root" - - -- Intercept (Remove all except this one come WoTLK) - Data.spells[20252] = "ctrlstun" - - -- Pounce - Data.spells[49803] = "ctrlstun" - - -- Polymorph - Data.spells[61305] = "disorient" - Data.spells[61025] = "disorient" - - -- Sap - Data.spells[51724] = "disorient" - - -- Maim - Data.spells[49802] = "disorient" - - -- Hex (Guessing) - Data.spells[51514] = "disorient" -end - -- DR Category names Data.typeNames = { ["disorient"] = "Disorients",