diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-24 11:31:00 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-24 11:31:00 +0200 |
| commit | 3ef4975d60a2bad59f3be0d85de68c0482b66111 (patch) | |
| tree | 4ebd238ac47a6754bfa9ff5fd76370fcd8266348 /sql | |
| parent | 8adad5ebf44a4507ff2870fc32593219bb4e2b39 (diff) | |
Core/Spells: Fix death knight "Will of the Necropolis" for 4.3.4
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_24_01_world_spell_misc_434.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_24_01_world_spell_misc_434.sql b/sql/updates/world/2013_07_24_01_world_spell_misc_434.sql new file mode 100644 index 00000000000..933426e6164 --- /dev/null +++ b/sql/updates/world/2013_07_24_01_world_spell_misc_434.sql @@ -0,0 +1,10 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_will_of_the_necropolis'; +DELETE FROM `spell_script_names` WHERE `spell_id`=-52284; +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(-52284,'spell_dk_will_of_the_necropolis'); + +DELETE FROM `spell_ranks` WHERE `first_spell_id`=52284; +INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES +(52284, 52284, 1), +(52284, 81163, 2), +(52284, 81164, 3); |
