diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2017_06_20_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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'); |
