mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 13:22:48 +01:00
*Moved spell fix from Murmur's script to core
--HG-- branch : trunk
This commit is contained in:
@@ -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)'),
|
||||
|
||||
Reference in New Issue
Block a user