mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 13:39:46 -04:00
0a5d8711e5
be pushing DB content. We will no longer have a seperate DB repo.
6 lines
326 B
SQL
6 lines
326 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');
|