aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-30 23:57:04 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-30 23:59:30 +0200
commitbab04cc5f806c2dd42df561f5da4013ab95a51de (patch)
tree0af998b0aee1faa8680a22fd279aabc282b11d2a /sql/updates
parenta7d876e8b570f023db3bf8903f04d251445b8dc1 (diff)
Core/Spells: Fix try for logic fail in 4ba3c2e51df0485449a4bd01f162faa719334be9
Diffstat (limited to 'sql/updates')
-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');