diff options
author | megamage <none@none> | 2009-04-30 19:33:31 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-30 19:33:31 -0500 |
commit | d38150d1c2ffca0985a6883d07c62ca696c3b931 (patch) | |
tree | 0787f54d8984743a02ab6d90b5421ccac0adacfb | |
parent | 87f23816413c9888b71d0e0b03963d3779ae5e10 (diff) |
*Let Protection of Elune immune Finger of Death. Needed by Hyjal Mount script.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/3018_spell_linked_spell.sql | 5 | ||||
-rw-r--r-- | sql/world_spell_full.sql | 5 |
2 files changed, 9 insertions, 1 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 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 |