diff options
| author | runningnak3d <none@none> | 2008-12-24 09:03:40 +0000 |
|---|---|---|
| committer | runningnak3d <none@none> | 2008-12-24 09:03:40 +0000 |
| commit | 12a52d2fbb3aef60f7eff73d1a10e0dbe9de5edf (patch) | |
| tree | ab2bd2ae17d100b6a8f92368750269f6c59db3b8 /sql/updates/455_world.sql | |
| parent | 08fa019253895c97515a6324a19b9183d5a39ce5 (diff) | |
* fixed typo for Electrical Storm spell
* removed Wyvern Sting rank 5 and rank 6 from spell_linked_spell since they
* are not available till wotlk :P
* Ok, who was on crack?
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/455_world.sql')
| -rw-r--r-- | sql/updates/455_world.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/455_world.sql b/sql/updates/455_world.sql index a40de1b77f3..a5a23c5f5d6 100644 --- a/sql/updates/455_world.sql +++ b/sql/updates/455_world.sql @@ -5,8 +5,8 @@ UPDATE `creature_template` SET spell1 = 43218, flags_extra = 128, ScriptName = ' -- Broggok Poison Cloud UPDATE `creature_template` SET spell1 = 30914, flags_extra = 128, ScriptName = '' WHERE entry = 17662; - -INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43468, 44007, 1, 'Storm Eye Safe Zone'); +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (43468, 43648, 43658, 43658, 43658, 43658, 43658); +INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43648, 44007, 1, 'Storm Eye Safe Zone'); INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43653, 0, 'Electrical Arc Visual'); INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43654, 0, 'Electrical Arc Visual'); INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43655, 0, 'Electrical Arc Visual'); |
