aboutsummaryrefslogtreecommitdiff
path: root/sql/world.sql
diff options
context:
space:
mode:
authormaanuel <none@none>2009-12-20 21:08:53 -0300
committermaanuel <none@none>2009-12-20 21:08:53 -0300
commit89fa7cf367afacc0520e4ec888989e91394ddca7 (patch)
treeecbfdf847c4249615cc23cf2a772cc5ea1baae88 /sql/world.sql
parent206f472ccf1a3e951d0985fdeb87c63c22d4c3ac (diff)
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
Diffstat (limited to 'sql/world.sql')
-rw-r--r--sql/world.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/world.sql b/sql/world.sql
index 520aa7a6795..3b4f11caf73 100644
--- a/sql/world.sql
+++ b/sql/world.sql
@@ -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;