diff options
| author | Nayd <dnpd.dd@gmail.com> | 2015-02-02 02:06:48 +0000 |
|---|---|---|
| committer | Nayd <dnpd.dd@gmail.com> | 2015-02-02 02:06:48 +0000 |
| commit | 9d1e64159f4cc5ac418f9fb2cac5aeb29435586e (patch) | |
| tree | c23d1ed3ff70b16f597ac73dbd46243b79433fcb /sql | |
| parent | 86f7f47b58e4e044cd9a9171d83863dd8f99d91c (diff) | |
(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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_02_02_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
