aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-18 00:44:56 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-18 00:45:13 +0200
commit177ecd6dace5622e207b407b23aea537d6c3a4aa (patch)
treeb0a51da5e4d0b90149c5c8f2f24ac6f3c66b4553 /sql/updates
parent63675c3b0b960a35d02513b323916cd7a0a55236 (diff)
Core/Spells: Convert/Update some warlock spells in spell scripts for 4.3.4
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2013_07_17_04_world_spell_script_misc_434.sql14
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_17_04_world_spell_script_misc_434.sql b/sql/updates/world/2013_07_17_04_world_spell_script_misc_434.sql
new file mode 100644
index 00000000000..757f33ba232
--- /dev/null
+++ b/sql/updates/world/2013_07_17_04_world_spell_script_misc_434.sql
@@ -0,0 +1,14 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (63310,-18094,56218,6358,-30293);
+INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
+(63310,'spell_warl_glyph_of_shadowflame'),
+(-18094,'spell_warl_shadow_trance_proc'),
+(56218,'spell_warl_shadow_trance_proc'),
+(6358,'spell_warl_seduction'),
+(-30293,'spell_warl_soul_leech');
+
+DELETE FROM `spell_ranks` WHERE `first_spell_id` IN (18094,30293);
+INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES
+(18094, 18094, 1),
+(18094, 18095, 2),
+(30293, 30293, 1),
+(30293, 30295, 2);