aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp0wer <none@none>2009-12-27 18:10:44 -0600
committerp0wer <none@none>2009-12-27 18:10:44 -0600
commit14970512409ca3a5bb329299ba92c9a00fac1417 (patch)
treead5a2156bd73eead17cfa41af93a2140104a5cf7
parentbe6b12af367ea03fcf5c603c3901b2e6c1bf9240 (diff)
parent3e97b6d55afac59407c8ccac469cdb9c8dbeae94 (diff)
merge the past two commits from _manuel_ and myself.
--HG-- branch : trunk
-rw-r--r--sql/updates/6822_world_spell_linked_spell.sql3
-rw-r--r--sql/world.sql3
2 files changed, 5 insertions, 1 deletions
diff --git a/sql/updates/6822_world_spell_linked_spell.sql b/sql/updates/6822_world_spell_linked_spell.sql
new file mode 100644
index 00000000000..4ff2036f454
--- /dev/null
+++ b/sql/updates/6822_world_spell_linked_spell.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=66889;
+INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
+(66889, -66865, 0, 'Remove Vengeance');
diff --git a/sql/world.sql b/sql/world.sql
index 42b7e7fdb19..713abc325cc 100644
--- a/sql/world.sql
+++ b/sql/world.sql
@@ -5578,7 +5578,8 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment
-- Gundrak
(54850, 54851, 1, 'Emerge - Emerge Summon'),
-- Trial of the Champion
-(66680, 66547, 0, 'Confess - Confess');
+(66680, 66547, 0, 'Confess - Confess'),
+(66889, -66865, 0, 'Remove Vengeance');
/*!40000 ALTER TABLE `spell_linked_spell` ENABLE KEYS */;
UNLOCK TABLES;