mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Support for spell Void Shifted used by Zuramat.
--HG-- branch : trunk
This commit is contained in:
@@ -159,8 +159,10 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
|
||||
(-28169, 28240, 0, 'Mutating Injection - Poison Cloud'),
|
||||
-- Archavon
|
||||
( 58666, 58672, 1, 'Impale (Archavon)'),
|
||||
( 60882, 58672, 1, 'Impale (Archavon)');
|
||||
|
||||
( 60882, 58672, 1, 'Impale (Archavon)'),
|
||||
-- Violet Hold
|
||||
(-54361, 54343, 0, 'Void Shift (Normal) - Void Shifted'),
|
||||
(-59743, 54343, 0, 'Void Shift (Heroic) - Void Shifted');
|
||||
|
||||
-- --------
|
||||
-- CLICK
|
||||
|
||||
4
sql/updates/6439_world_spells.sql
Normal file
4
sql/updates/6439_world_spells.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-54361, -59743);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
(-54361, 54343, 0, 'Void Shift (Normal) - Void Shifted'),
|
||||
(-59743, 54343, 0, 'Void Shift (Heroic) - Void Shifted');
|
||||
Reference in New Issue
Block a user