aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/6941_world_spell_linked_spell.sql3
-rw-r--r--sql/world.sql1
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/6941_world_spell_linked_spell.sql b/sql/updates/6941_world_spell_linked_spell.sql
new file mode 100644
index 00000000000..d7e583b70b3
--- /dev/null
+++ b/sql/updates/6941_world_spell_linked_spell.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 19263 AND `spell_effect` = 67801;
+INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
+( 19263, 67801, 2, 'Deterrence'); \ No newline at end of file
diff --git a/sql/world.sql b/sql/world.sql
index d96b4c4487a..1c99fd11847 100644
--- a/sql/world.sql
+++ b/sql/world.sql
@@ -5517,6 +5517,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment
(-59907, 7, 0, 'Lightwell Charges - Suicide'),
( 26022, 61417, 2, 'Pursuit of Justice'),
( 26023, 61418, 2, 'Pursuit of Justice'),
+( 19263, 67801, 2, 'Deterrence'),
-- Quest
( 40214, 40216, 2, 'Dragonmaw Illusion'),
( 40214, 42016, 2, 'Dragonmaw Illusion'),