mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
7 lines
327 B
SQL
7 lines
327 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');
|
|
|