aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorteacher <none@none>2010-07-06 13:46:39 +0200
committerteacher <none@none>2010-07-06 13:46:39 +0200
commitc04b03cae982d5983163838eb75f2b9d9da34e35 (patch)
tree571a3cc8d6d4eba2ed99dc33b600f7c62fac9173 /sql/updates
parent9ba91d50d0b9b86cf0c4a09bf7a0593f0b095d4f (diff)
Fix to make the Argent Defender trigger the visuals (by amki).
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/8836_world_spell_linked_spell.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/8836_world_spell_linked_spell.sql b/sql/updates/8836_world_spell_linked_spell.sql
new file mode 100644
index 00000000000..64c3c66c9e1
--- /dev/null
+++ b/sql/updates/8836_world_spell_linked_spell.sql
@@ -0,0 +1,3 @@
+-- Make the Ardent Defender heal (66235) trigger the visuals (66233)
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=66235;
+INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES (66235,66233,0, 'Ardent Defender Visuals');