[svn] Update black temple boss 1, 2 script.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-11-03 20:44:32 -06:00
parent 6391d04aac
commit a5045b7684
6 changed files with 51 additions and 172 deletions

View File

@@ -14,26 +14,6 @@ INSERT INTO spell_linked_spell
VALUES
(44008, 45265, 1, 'Static Disruption Visual');
INSERT INTO spell_linked_spell
(`spell_trigger`, `spell_effect`, `type`, `comment`)
VALUES
(42052, 40118, 0, 'Volcanic Geyser Visual');
INSERT INTO spell_linked_spell
(`spell_trigger`, `spell_effect`, `type`, `comment`)
VALUES
(-41914, 41915, 0, 'Summon Parasitic Shadowfiend\r\n');
INSERT INTO spell_linked_spell
(`spell_trigger`, `spell_effect`, `type`, `comment`)
VALUES
(46021, 44852, 1, 'Spectral Realm Aura');
INSERT INTO spell_linked_spell
(`spell_trigger`, `spell_effect`, `type`, `comment`)
VALUES
(-46021, 44867, 0, 'Spectral Exhaustion');
INSERT INTO spell_linked_spell
(`spell_trigger`, `spell_effect`, `type`, `comment`)
VALUES

View File

@@ -0,0 +1,7 @@
DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (39992, 39835, 42052, -41914, 41126);
--INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (39992, 39835, 1, 'Needle Spine');
INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (39835, 39968, 1, 'Needle Spine');
INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (-41914, 41915, 0, 'Summon Parasitic Shadowfiend');
INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (41126, 41131, 1, 'Flame Crash');
UPDATE creature_template SET flags_extra = 128, speed = 1.0 WHERE entry = 23095;