diff options
| author | megamage <none@none> | 2008-12-08 16:57:49 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-12-08 16:57:49 -0600 |
| commit | be88f3c3138583defb30df9b0de5edda4d32d975 (patch) | |
| tree | a739292c6c4c34e8a6c3574ddea18f1e7eb35bf3 /sql | |
| parent | ce643187f06cd0b3829ab90deff335f5c9ec5a84 (diff) | |
*Uldaman script. By peldor.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/425_world_scripts.sql | 14 |
1 files changed, 14 insertions, 0 deletions
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; + |
