aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-30 19:33:31 -0500
committermegamage <none@none>2009-04-30 19:33:31 -0500
commitd38150d1c2ffca0985a6883d07c62ca696c3b931 (patch)
tree0787f54d8984743a02ab6d90b5421ccac0adacfb /sql/updates
parent87f23816413c9888b71d0e0b03963d3779ae5e10 (diff)
*Let Protection of Elune immune Finger of Death. Needed by Hyjal Mount script.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/3018_spell_linked_spell.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/3018_spell_linked_spell.sql b/sql/updates/3018_spell_linked_spell.sql
new file mode 100644
index 00000000000..6f9610cf8cf
--- /dev/null
+++ b/sql/updates/3018_spell_linked_spell.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 38528;
+
+INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
+( 38528,-31984, 2, 'Protection of Elune - Finger of Death'),
+( 38528,-32111, 2, 'Protection of Elune - Finger of Death'); \ No newline at end of file