mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
*Implement spell Disengage and Death Grip.
--HG-- branch : trunk
This commit is contained in:
7
sql/updates/2617_world_spell_linked_spell.sql
Normal file
7
sql/updates/2617_world_spell_linked_spell.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (781, 57635, 60932, 61507, 49576);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
(781, 56446, 0, 'Disengage'),
|
||||
(57635, 57636, 0, 'Disengage'),
|
||||
(60932, 60934, 0, 'Disengage'),
|
||||
(61507, 61508, 0, 'Disengage'),
|
||||
(49576, 49560, 0, 'Death Grip');
|
||||
Reference in New Issue
Block a user