*Uldaman script. By peldor.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-12-08 16:57:49 -06:00
parent ce643187f0
commit be88f3c313
8 changed files with 825 additions and 0 deletions

View File

@@ -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;