Support for spell Emerge Summon (54851) used by Drakkari Colossus. Please apply too the sql fix for commit 6674 on tdb forums.

--HG--
branch : trunk
This commit is contained in:
maanuel
2009-12-20 21:08:53 -03:00
parent 206f472ccf
commit 89fa7cf367
2 changed files with 6 additions and 1 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=54850;
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
(54850, 54851, 1, 'Emerge - Emerge Summon');
+3 -1
View File
@@ -5576,7 +5576,9 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment
( 16857, 60089, 0, 'Faerie Fire (Feral)'),
-- Violet Hold
(-54361, 54343, 0, 'Void Shift (Normal) - Void Shifted'),
(-59743, 54343, 0, 'Void Shift (Heroic) - Void Shifted');
(-59743, 54343, 0, 'Void Shift (Heroic) - Void Shifted'),
-- Gundrak
(54850, 54851, 1, 'Emerge - Emerge Summon');
/*!40000 ALTER TABLE `spell_linked_spell` ENABLE KEYS */;
UNLOCK TABLES;