aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-02-08 10:42:58 +0100
committerBlaymoira <none@none>2009-02-08 10:42:58 +0100
commitf305c92272796a87fbf2996816f454512f760c8a (patch)
tree4a4dbef262ab5ed5d4241b06bb1b7f9f1d7d141a /sql
parent02d6b7c683184c276bd06d20db85f296d6068f23 (diff)
*Moved spell fix from Murmur's script to core
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/1026_world.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/1026_world.sql b/sql/updates/1026_world.sql
index bbba20bb81e..90ff7d23120 100644
--- a/sql/updates/1026_world.sql
+++ b/sql/updates/1026_world.sql
@@ -1,4 +1,4 @@
-DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN ('-33711','-38794','33686');
+DELETE FROM `spell_linked_spell` WHERE `spell_effect` IN ('33686', '31705');
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)'),