Revision 160, 0.7 kB
(checked in by yumileroy, 17 years ago)
|
[svn] Update black temple boss 1, 2 script.
Original author: megamage
Date: 2008-11-03 20:44:32-06:00
|
Line | |
---|
1 | DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (39992, 39835, 42052, -41914, 41126); |
---|
2 | --INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (39992, 39835, 1, 'Needle Spine'); |
---|
3 | INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (39835, 39968, 1, 'Needle Spine'); |
---|
4 | INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (-41914, 41915, 0, 'Summon Parasitic Shadowfiend'); |
---|
5 | INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (41126, 41131, 1, 'Flame Crash'); |
---|
6 | |
---|
7 | UPDATE creature_template SET flags_extra = 128, speed = 1.0 WHERE entry = 23095; |
---|