diff options
| author | Anubisss <none@none> | 2009-05-01 21:40:49 +0200 |
|---|---|---|
| committer | Anubisss <none@none> | 2009-05-01 21:40:49 +0200 |
| commit | b3ec053839da72333797508126f2f4f1e18b0781 (patch) | |
| tree | 1ed5cc8eec431d2389549fa8549a5eeb9018b00e | |
| parent | 70ab91dda6fb47c086ebcd7e0c8a794c152104ba (diff) | |
*Make spell Protection of Elune immune from spell Denouement Wisp.
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/3039_world_spell_linked_spell.sql | 4 | ||||
| -rw-r--r-- | sql/world_spell_full.sql | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/3039_world_spell_linked_spell.sql b/sql/updates/3039_world_spell_linked_spell.sql new file mode 100644 index 00000000000..82df917bf11 --- /dev/null +++ b/sql/updates/3039_world_spell_linked_spell.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 38528 AND `spell_effect` = -32124; + +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(38528, -32124, 2, 'Protection of Elune - Denouement Wisp'); diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql index 728cf6434fb..915aabeb669 100644 --- a/sql/world_spell_full.sql +++ b/sql/world_spell_full.sql @@ -107,6 +107,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm -- hyjal mount ( 38528,-31984, 2, 'Protection of Elune - Finger of Death'), ( 38528,-32111, 2, 'Protection of Elune - Finger of Death'), +( 38528,-32124, 2, 'Protection of Elune - Denouement Wisp'), -- sunwell ( 44869, 44866, 1, 'Spectral Blast Portal'), # (44869, 46648, 1, 'Spectral Blast Visual'), cause severe lag seems should be casted by go |
