aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-02-08 00:39:11 +0100
committerBlaymoira <none@none>2009-02-08 00:39:11 +0100
commit02d6b7c683184c276bd06d20db85f296d6068f23 (patch)
tree98383bb7a9f8f323f0cbfbcadb88bf15dda48db2 /sql
parent97c6ed48c8c5236b13307e7a422b13efd75c0f0a (diff)
*Small fixes in Murmur script - by Iskander
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/1018_world.sql (renamed from sql/updates/1018_wrold.sql)0
-rw-r--r--sql/updates/1026_world.sql5
-rw-r--r--sql/updates/CMakeLists.txt2
3 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/1018_wrold.sql b/sql/updates/1018_world.sql
index ca298faa8f3..ca298faa8f3 100644
--- a/sql/updates/1018_wrold.sql
+++ b/sql/updates/1018_world.sql
diff --git a/sql/updates/1026_world.sql b/sql/updates/1026_world.sql
new file mode 100644
index 00000000000..bbba20bb81e
--- /dev/null
+++ b/sql/updates/1026_world.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN ('-33711','-38794','33686');
+INSERT INTO `spell_linked_spell`(`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
+('-33711','33686','0','Murmur\'s Shockwave (Normal)'),
+('-38794','33686','0','Murmur\'s Shockwave (Heroic)'),
+('33686','31705','0','Murmur\'s Shockwave Jump'); \ No newline at end of file
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index c7b09fe3251..b3ccd47eae5 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -162,4 +162,6 @@ INSTALL(FILES
966_world_scripts.sql
970_world_scripts.sql
973_world_scripts.sql
+1018_world.sql
+1026_world.sql
DESTINATION share/trinity/sql/updates)