From 39083f4ff837d23cc886338fc9bc74df90fe9613 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 10 Dec 2008 20:25:47 -0600 Subject: *Add function SummonTrigger and allow to override its AI. *Remove some trigger scripts. Use default trigger AI and db data instead. *Small fix on eagle boss' electrical storm. --HG-- branch : trunk --- sql/updates/455_world.sql | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sql/updates/455_world.sql (limited to 'sql/updates/455_world.sql') diff --git a/sql/updates/455_world.sql b/sql/updates/455_world.sql new file mode 100644 index 00000000000..74c52f164b0 --- /dev/null +++ b/sql/updates/455_world.sql @@ -0,0 +1,14 @@ +-- demon fire +update creature_template set spell1 = 40029, flags_extra = 128, scriptname = '' where entry = 23069; +-- pillar of fire +update creature_template set spell1 = 43218, flags_extra = 128, scriptname = '' where entry = 24187; +-- 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'); +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'); +INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43656, 0, 'Electrical Arc Visual'); +INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43659, 0, 'Electrical Arc Visual'); \ No newline at end of file -- cgit v1.2.3