From 9d1e64159f4cc5ac418f9fb2cac5aeb29435586e Mon Sep 17 00:00:00 2001 From: Nayd Date: Mon, 2 Feb 2015 02:06:48 +0000 Subject: (1) Scripts/Spells: Death Grip should not be castable while jumping/falling and should have 8-30 yards range in PvP instead of 0-30 yards Closes #13499 (cherry picked from commit e8955cf6ddddd6953340c2ceeb3b5b4a98d57c90) Conflicts: sql/updates/world/2014_12_28_01_world.sql (2) Scripts/Spells: Adding overrides Death Grip Initial. Thanks @Goatform (cherry picked from commit bb002803bc0cd0283db0873e9a12db43a82ca30b) (3) Scripts/Spells: Move death grip from DB Moves death grip from DB to spellscript for clarity and to reduce confusion in future. (cherry picked from commit 77887ab32ff4d703dbc618b5cab364f02582c5e7) Conflicts: sql/updates/world/2014_12_28_03_world.sql --- sql/updates/world/2015_02_02_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2015_02_02_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_02_02_00_world.sql b/sql/updates/world/2015_02_02_00_world.sql new file mode 100644 index 00000000000..7cf4f5c3a3b --- /dev/null +++ b/sql/updates/world/2015_02_02_00_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=49576; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(49576, 'spell_dk_death_grip_initial'); + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 49576; -- cgit v1.2.3