diff options
| -rw-r--r-- | sql/updates/6675_world_spell_linked_spell.sql | 3 | ||||
| -rw-r--r-- | sql/world.sql | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/sql/updates/6675_world_spell_linked_spell.sql b/sql/updates/6675_world_spell_linked_spell.sql new file mode 100644 index 00000000000..78b0d69e3ae --- /dev/null +++ b/sql/updates/6675_world_spell_linked_spell.sql @@ -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'); 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; |
