From f305c92272796a87fbf2996816f454512f760c8a Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sun, 8 Feb 2009 10:42:58 +0100 Subject: *Moved spell fix from Murmur's script to core --HG-- branch : trunk --- sql/updates/1026_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') 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)'), -- cgit v1.2.3