From 02d6b7c683184c276bd06d20db85f296d6068f23 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sun, 8 Feb 2009 00:39:11 +0100 Subject: *Small fixes in Murmur script - by Iskander --HG-- branch : trunk --- sql/updates/1018_world.sql | 6 ++++++ sql/updates/1018_wrold.sql | 6 ------ sql/updates/1026_world.sql | 5 +++++ sql/updates/CMakeLists.txt | 2 ++ 4 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 sql/updates/1018_world.sql delete mode 100644 sql/updates/1018_wrold.sql create mode 100644 sql/updates/1026_world.sql (limited to 'sql/updates') diff --git a/sql/updates/1018_world.sql b/sql/updates/1018_world.sql new file mode 100644 index 00000000000..ca298faa8f3 --- /dev/null +++ b/sql/updates/1018_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (31224,41292,44007,44867); +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(31224, -1543, 2, 'Cloak of Shadows - Flare'), +(41292, 42017, 2, 'Aura of Suffering'), +(44007, -43657, 2, 'Storm Eye Safe Zone Immune'), +(44867, -46019, 2, 'Spectral Exhaustion - Teleport: Spectral Realm'); \ No newline at end of file diff --git a/sql/updates/1018_wrold.sql b/sql/updates/1018_wrold.sql deleted file mode 100644 index ca298faa8f3..00000000000 --- a/sql/updates/1018_wrold.sql +++ /dev/null @@ -1,6 +0,0 @@ -DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (31224,41292,44007,44867); -INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES -(31224, -1543, 2, 'Cloak of Shadows - Flare'), -(41292, 42017, 2, 'Aura of Suffering'), -(44007, -43657, 2, 'Storm Eye Safe Zone Immune'), -(44867, -46019, 2, 'Spectral Exhaustion - Teleport: Spectral Realm'); \ No newline at end of file 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) -- cgit v1.2.3