diff options
| author | Shauren <shauren.trinity@gmail.com> | 2017-06-20 23:45:58 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2017-06-20 23:45:58 +0200 |
| commit | 228620b9d738023f1d56587b9cbced015e8e6bb3 (patch) | |
| tree | 4a83d524fcde1a241a1a2a50b8625f636afa5464 /sql | |
| parent | 12646fe4b33983db4475e0b0b6786c6c9c124bc8 (diff) | |
Core/Spells: Updated existing Death Knight spell scripts
Diffstat (limited to 'sql')
| -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'); |
