aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-08-01 17:22:42 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-08-01 17:22:42 +0200
commitb8b21ce1f8930a458faf2fb131747807b5aa6a24 (patch)
tree591bbbf5b6b527bd9675fca3368ea7bf66edf28a /sql
parenta71341bbcf60b1f1bd7d4d23f479960ba1f548c0 (diff)
parentf04217300c13586faef25fbf1804272f28313eae (diff)
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_07_31_00_world_spell_script_names.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_31_00_world_spell_script_names.sql b/sql/updates/world/2013_07_31_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..27779d0da45
--- /dev/null
+++ b/sql/updates/world/2013_07_31_00_world_spell_script_names.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (50341,50344);
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(50341, 'spell_oculus_touch_the_nightmare'),
+(50344, 'spell_oculus_dream_funnel');