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 +++++ sql/world_spell_full.sql | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 sql/updates/3018_spell_linked_spell.sql (limited to 'sql') 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 diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql index 6a16528f43c..728cf6434fb 100644 --- a/sql/world_spell_full.sql +++ b/sql/world_spell_full.sql @@ -1,4 +1,4 @@ --- up to TC2 2987 TC1 1434 +-- up to TC2 3019 TC1 1434 -- -------- -- LINKED @@ -104,6 +104,9 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm ( 40604, 40616, 1, 'Fel Rage Aura'), ( 40616, 41625, 1, 'Fel Rage Aura'), ( 41292, 42017, 2, 'Aura of Suffering'), +-- hyjal mount +( 38528,-31984, 2, 'Protection of Elune - Finger of Death'), +( 38528,-32111, 2, 'Protection of Elune - Finger of Death'), -- sunwell ( 44869, 44866, 1, 'Spectral Blast Portal'), # (44869, 46648, 1, 'Spectral Blast Visual'), cause severe lag seems should be casted by go -- cgit v1.2.3