aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_08_01_03_world_spell_misc.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2011_08_01_03_world_spell_misc.sql b/sql/updates/world/2011_08_01_03_world_spell_misc.sql
new file mode 100644
index 00000000000..b6bd71a9965
--- /dev/null
+++ b/sql/updates/world/2011_08_01_03_world_spell_misc.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_dbc` WHERE `id`=18350;
+INSERT INTO `spell_dbc` (`id`,`Effect1`,`EffectImplicitTargetA1`,`Comment`) VALUES
+(18350,3,1,'Soul Preserver trinket spell');
+
+DELETE FROM `spell_script_names` WHERE `spell_id`=18350;
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(18350,'spell_gen_soul_preserver'); \ No newline at end of file