From d38150d1c2ffca0985a6883d07c62ca696c3b931 Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 30 Apr 2009 19:33:31 -0500 Subject: *Let Protection of Elune immune Finger of Death. Needed by Hyjal Mount script. --HG-- branch : trunk --- sql/updates/3018_spell_linked_spell.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/3018_spell_linked_spell.sql (limited to 'sql/updates') 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 -- cgit v1.2.3