diff options
| author | Blaymoira <none@none> | 2009-02-08 10:42:58 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2009-02-08 10:42:58 +0100 |
| commit | f305c92272796a87fbf2996816f454512f760c8a (patch) | |
| tree | 4a4dbef262ab5ed5d4241b06bb1b7f9f1d7d141a /sql | |
| parent | 02d6b7c683184c276bd06d20db85f296d6068f23 (diff) | |
*Moved spell fix from Murmur's script to core
--HG--
branch : trunk
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)'), |
