From be88f3c3138583defb30df9b0de5edda4d32d975 Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 8 Dec 2008 16:57:49 -0600 Subject: *Uldaman script. By peldor. --HG-- branch : trunk --- sql/updates/425_world_scripts.sql | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sql/updates/425_world_scripts.sql (limited to 'sql') diff --git a/sql/updates/425_world_scripts.sql b/sql/updates/425_world_scripts.sql new file mode 100644 index 00000000000..1d653e57891 --- /dev/null +++ b/sql/updates/425_world_scripts.sql @@ -0,0 +1,14 @@ +UPDATE gameobject_template set scriptName="go_altar_of_the_keepers" where entry = 130511; +UPDATE gameobject_template set scriptName="go_altar_of_archaedas" where entry = 133234; + +UPDATE instance_template SET script="instance_uldaman" where map = 70; + +-- Archaedas +UPDATE creature_template SET ScriptName="boss_archaedas" where entry = 2748; + +-- Archaedas' minions +UPDATE creature_template SET ScriptName="mob_archaedas_minions" where entry in ('7309', '7077', '7076', '10120'); + +-- Stone keepers +UPDATE creature_template SET ScriptName="mob_stonekeepers" where entry = 4857; + -- cgit v1.2.3