From adc6901d3a42d2e2b796ed04c13c52b2b6d31994 Mon Sep 17 00:00:00 2001 From: Dylan Meador Date: Wed, 20 Nov 2019 10:50:34 -0500 Subject: [PATCH] Add vanish to the list of defensive cooldowns for Rogues so it can optionally be turned on and off --- functions/spells.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/spells.lua b/functions/spells.lua index b3191dd5..4643409c 100644 --- a/functions/spells.lua +++ b/functions/spells.lua @@ -2428,8 +2428,9 @@ do -- Rogue [1966] = {1.5, 5}, -- Feint [31224] = {60, 5}, -- Cloak of Shadows - [5277] = {180, 15}, -- Evasion - ["ROGUE"] = {1966, 31224, 5277, 76577}, + [5277] = {180, 15}, -- Evasion, + [1856] = {120 , 0}, -- Vanish + ["ROGUE"] = {1966, 31224, 5277, 1856, 76577}, -- Shaman [30823] = {60, 15}, -- Shamanistic Rage