Files
TrinityCore/sql/updates/1026_world.sql
Blaymoira f305c92272 *Moved spell fix from Murmur's script to core
--HG--
branch : trunk
2009-02-08 10:42:58 +01:00

5 lines
325 B
SQL

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)'),
('33686','31705','0','Murmur\'s Shockwave Jump');