aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-21 13:36:32 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-21 13:36:32 +0200
commitef50383811365f302028fbaaa8d7682ef51436bc (patch)
tree5a057783b7fc8e175093d2d28bbf6162f462e35a /sql
parentafc242211caba4eace65abfcd3345ff0478ecbdc (diff)
Core/Spells: Update/Convert priest "Vampiric Embrace" for 4.3.4
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_07_21_02_world_spell_spell_script_names_434.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_21_02_world_spell_spell_script_names_434.sql b/sql/updates/world/2013_07_21_02_world_spell_spell_script_names_434.sql
new file mode 100644
index 00000000000..aa971c0bfad
--- /dev/null
+++ b/sql/updates/world/2013_07_21_02_world_spell_spell_script_names_434.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=15286;
+INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
+(15286,'spell_pri_vampiric_embrace'),
+(15290,'spell_pri_vampiric_embrace_target');