diff options
Diffstat (limited to 'sql/world.sql')
-rw-r--r-- | sql/world.sql | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sql/world.sql b/sql/world.sql index 68835e7f83b..b12485a56d8 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -6095,7 +6095,10 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment ( 54850, 54851, 1, 'Emerge - Emerge Summon'), -- Trial of the Champion ( 66680, 66547, 0, 'Confess - Confess'), -( 66889,-66865, 0, 'Remove Vengeance'); +( 66889,-66865, 0, 'Remove Vengeance'), +-- Strand of the Ancients +( 52415, 52418, 0, 'Carrying Seaforium - Add'), +( 52410,-52418, 0, 'Carrying Seaforium - Remove'); /*!40000 ALTER TABLE `spell_linked_spell` ENABLE KEYS */; UNLOCK TABLES; |