aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormaanuel <none@none>2009-12-26 20:25:49 -0300
committermaanuel <none@none>2009-12-26 20:25:49 -0300
commitb916fa09f4e74ce1082795def2df3f8a985c8b43 (patch)
treed4dd31a1fef7a44a92a7f557686a2bc544846137 /sql/updates
parent874751cd7b31443a6bae5f17635bba6328f32037 (diff)
Support for spell 66680 used by Boss Argent Confessor Paletress.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/6804_world_spell_linked_spell.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/6804_world_spell_linked_spell.sql b/sql/updates/6804_world_spell_linked_spell.sql
new file mode 100644
index 00000000000..d931c1587d1
--- /dev/null
+++ b/sql/updates/6804_world_spell_linked_spell.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=66680;
+INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
+(66680,66547,0,'Confess - Confess');