From 228620b9d738023f1d56587b9cbced015e8e6bb3 Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 20 Jun 2017 23:45:58 +0200 Subject: Core/Spells: Updated existing Death Knight spell scripts --- sql/updates/world/master/2017_06_20_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2017_06_20_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_06_20_00_world.sql b/sql/updates/world/master/2017_06_20_00_world.sql new file mode 100644 index 00000000000..5f90d810a51 --- /dev/null +++ b/sql/updates/world/master/2017_06_20_00_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_custom_attr` WHERE `entry`=207194; +INSERT INTO `spell_custom_attr` (`entry`,`attributes`) VALUES +(207194,0x8); + +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dk_army_periodic_taunt','spell_dk_death_grip','spell_dk_glyph_of_deaths_embrace','spell_dk_glyph_of_runic_power','spell_dk_icebound_fortitude','spell_dk_soul_reaper','spell_dk_will_of_the_necropolis'); -- cgit v1.2.3