diff options
| author | megamage <none@none> | 2008-11-03 20:44:32 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-11-03 20:44:32 -0600 |
| commit | a5045b76849f095929358248d8b51ed8a4fb89bc (patch) | |
| tree | e108c62eec4562287c17e3bcccec2db9262253ae /sql/updates/163_world.sql | |
| parent | 6391d04aac45de99d7dae5e99a13228157c4ba3c (diff) | |
[svn] Update black temple boss 1, 2 script.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/163_world.sql')
| -rw-r--r-- | sql/updates/163_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/163_world.sql b/sql/updates/163_world.sql new file mode 100644 index 00000000000..da0b03c9a04 --- /dev/null +++ b/sql/updates/163_world.sql @@ -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;
\ No newline at end of file |
