aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorn0n4m3 <none@none>2009-12-25 17:14:02 +0100
committern0n4m3 <none@none>2009-12-25 17:14:02 +0100
commit03d3f600afe0352aa31fe32e848dc928613e6750 (patch)
treeb17ca84f1d5789bcbe4119492ae19c6884f14329 /sql
parentb686f79fa24f77d29d30ce6cdd565f911e3aa366 (diff)
Implemented basic support instance Trial of the Champion. original autor Syntec, thx destros.
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/6771_world_scriptnames.sql13
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/6771_world_scriptnames.sql b/sql/updates/6771_world_scriptnames.sql
new file mode 100644
index 00000000000..e11fc598052
--- /dev/null
+++ b/sql/updates/6771_world_scriptnames.sql
@@ -0,0 +1,13 @@
+-- Trial of the Champion
+UPDATE instance_template SET script='instance_trial_of_the_champion' WHERE map=650;
+UPDATE creature_template SET npcflag=1, scriptname='npc_toc5_announcer' WHERE entry IN (35004, 35005);
+UPDATE creature_template SET scriptname='mob_toc5_warrior' WHERE entry IN (34705, 35572);
+UPDATE creature_template SET scriptname='mob_toc5_mage' WHERE entry IN (34702, 35569);
+UPDATE creature_template SET scriptname='mob_toc5_shaman' WHERE entry IN (34701, 35571);
+UPDATE creature_template SET scriptname='mob_toc5_hunter' WHERE entry IN (34657, 35570);
+UPDATE creature_template SET scriptname='mob_toc5_rogue' WHERE entry IN (34703, 35617);
+UPDATE creature_template SET scriptname='boss_eadric' WHERE entry=35119;
+UPDATE creature_template SET scriptname='boss_paletress' WHERE entry=34928;
+UPDATE creature_template SET scriptname='mob_toc5_memory' WHERE entry IN (35052, 35041, 35033, 35046, 35043, 35047, 35044, 35039, 35034, 35049, 35030, 34942, 35050, 35042, 35045, 35037, 35031, 35038, 35029, 35048, 35032, 35028, 35040, 35036, 35051);
+UPDATE creature_template SET scriptname='mob_toc5_risen_ghoul' WHERE entry IN (35545, 35564);
+UPDATE creature_template SET scriptname='boss_black_knight' WHERE entry=35451; \ No newline at end of file