From ce68fc9c646e5a7b6ac7f33b12fa4296586b53e8 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 29 Apr 2009 00:15:18 -0500 Subject: *Update some naxx boss scripts. --HG-- branch : trunk --- sql/updates/2955_world_scripts_naxx.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/2955_world_scripts_naxx.sql (limited to 'sql') diff --git a/sql/updates/2955_world_scripts_naxx.sql b/sql/updates/2955_world_scripts_naxx.sql new file mode 100644 index 00000000000..ae3f9324752 --- /dev/null +++ b/sql/updates/2955_world_scripts_naxx.sql @@ -0,0 +1,7 @@ +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(-28169, 28206, 0, 'Mutating Injection - Mutagen Explosion'), +(-28169, 28240, 0, 'Mutating Injection - Poison Cloud'); + +UPDATE creature_template SET spell1 = 28158, spell2 = 54362, flags_extra = 128 WHERE entry = 16363; + +UPDATE creature_template SET scriptname = 'boss_grobbulus' WHERE entry = 15931; \ No newline at end of file -- cgit v1.2.3