diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/1026_world.sql | 2 |
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)'), |
