From 99429ecfbcfc266eef543a213fcd2e62fad74237 Mon Sep 17 00:00:00 2001 From: Fethbita Date: Sat, 30 May 2020 10:20:21 +0300 Subject: [PATCH] Added Diamond Ice to spells list In functions/spells.lua line 828, I don't know what [60192] = "HUNTER", -- "Freezing Trap" 60192 is supposed to mean. Maybe an old remnant? --- Libs/DF/spells.lua | 3 ++- functions/spells.lua | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Libs/DF/spells.lua b/Libs/DF/spells.lua index b5c5946f..7a585fd1 100644 --- a/Libs/DF/spells.lua +++ b/Libs/DF/spells.lua @@ -656,7 +656,8 @@ DF.CrowdControlSpells = { [209753] = "DRUID", --Cyclone (from pvp talent) [33786] = "DRUID", --Cyclone (from pvp talent - resto druid) - [3355] = "HUNTER", --Freezing Trap + [3355] = "HUNTER", --Freezing Trap + [3355] = "HUNTER", --Diamond Ice (from pvp talent) [19577] = "HUNTER", --Intimidation [190927] = "HUNTER", --Harpoon [162480] = "HUNTER", --Steel Trap diff --git a/functions/spells.lua b/functions/spells.lua index 4643409c..27b0fa38 100644 --- a/functions/spells.lua +++ b/functions/spells.lua @@ -1708,7 +1708,8 @@ do --hunter [117405] = true, -- Binding Shot [64803] = true, -- Entrapment - [3355] = true, -- Freezing trap + [3355] = true, -- Freezing trap + [203340] = true, -- Diamond Ice (pvp talent) [24394] = true, -- Intimidation (pet) [128405] = true, -- Narrow Escape [136634] = true, -- Narrow Wscape