Support for spell Void Shifted used by Zuramat.

--HG--
branch : trunk
This commit is contained in:
maanuel
2009-12-06 19:44:59 -03:00
parent 4853fa6641
commit cab4258170
2 changed files with 8 additions and 2 deletions

View File

@@ -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

View 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');