Add vanish to the list of defensive cooldowns for Rogues so it can optionally be turned on and off
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user