diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-20 01:18:42 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-20 01:18:53 +0200 |
| commit | 5252f1614fff634fbc17aa91febe682a3f3d4f59 (patch) | |
| tree | 4c28a6867a5b37a6de607f9c7c3bb81f045228d1 /sql | |
| parent | 6a77af1b3ed9e0b4ca35373252c35a594829760e (diff) | |
Core/Spells: Convert/Update death knight "Butchery" in spell script for 4.3.4
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_20_00_world_spell_script_misc_434.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_20_00_world_spell_script_misc_434.sql b/sql/updates/world/2013_07_20_00_world_spell_script_misc_434.sql new file mode 100644 index 00000000000..cde03c0ad69 --- /dev/null +++ b/sql/updates/world/2013_07_20_00_world_spell_script_misc_434.sql @@ -0,0 +1,8 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (-48979); +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(-48979,'spell_dk_butchery'); + +DELETE FROM `spell_ranks` WHERE `first_spell_id`=48979; +INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES +(48979, 48979, 1), +(48979, 49483, 2); |
