aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-18 15:04:05 -0500
committermegamage <none@none>2009-05-18 15:04:05 -0500
commite8be2f026e59acb2a1629e4300c07cfbc9d2af89 (patch)
tree7e41896618aa3bf2a7938081f89e26ed442977da /sql
parent609f7bd6b97875cf8fcbe38b8615908d896f3684 (diff)
*Add some scripted spells for naxx.
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/3233_world_scripts_naxx.sql15
1 files changed, 14 insertions, 1 deletions
diff --git a/sql/updates/3233_world_scripts_naxx.sql b/sql/updates/3233_world_scripts_naxx.sql
index c809c5b280c..230ca99b867 100644
--- a/sql/updates/3233_world_scripts_naxx.sql
+++ b/sql/updates/3233_world_scripts_naxx.sql
@@ -5,7 +5,20 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
(-29865, 55594, 0, 'Deathbloom'),
(-55053, 55601, 0, 'Deathbloom (H)'),
(-28169, 28206, 0, 'Mutating Injection - Mutagen Explosion'),
-(-28169, 28240, 0, 'Mutating Injection - Poison Cloud');
+(-28169, 28240, 0, 'Mutating Injection - Poison Cloud'),
+( 28059,-28084, 1, 'Positive Charge - Negative Charge'),
+( 39088,-39091, 1, 'Positive Charge - Negative Charge'),
+(-28059,-29659, 0, 'Positive Charge'),
+(-39088,-29659, 0, 'Positive Charge'),
+( 28062,-29659, 0, 'Positive Charge'),
+( 39090,-29659, 0, 'Positive Charge'),
+( 28084,-28059, 1, 'Negative Charge - Positive Charge'),
+( 39091,-39088, 1, 'Negative Charge - Positive Charge'),
+(-28084,-29660, 0, 'Negative Charge'),
+(-39091,-29660, 0, 'Negative Charge'),
+( 28085,-29660, 0, 'Negative Charge'),
+( 39093,-29660, 0, 'Negative Charge');
+
UPDATE creature_template SET scriptname = 'boss_grobbulus' WHERE entry = 15931;
update creature_template set scriptname='mob_gothik_minion' where entry in (16124,16125,16126,16127,16148,16149,16150);