mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 20:19:49 +01:00
*Uldaman script. By peldor.
--HG-- branch : trunk
This commit is contained in:
14
sql/updates/425_world_scripts.sql
Normal file
14
sql/updates/425_world_scripts.sql
Normal 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;
|
||||
|
||||
Reference in New Issue
Block a user