Files
TrinityCore/sql/updates/426_world_scripts.sql
runningnak3d 0e3e94bba6 * More SQL cleanup to remove things that should have never been commited to
* the core repo.
* This is not a new build, don't recompile, you will be wasting your time.
* As a matter of fact, don't bother ever compiling a rev that has my name on
* it, because you can be sure that it will have nothing important :P
* Wonder how long the commit message can be......
* PEACE!

--HG--
branch : trunk
rename : sql/updates/329_world_spell_proc_event.sql => sql/updates/329_world.sql
rename : sql/updates/332_world_spell_script_target.sql => sql/updates/332_world.sql
rename : sql/updates/333_world_spell_proc_event.sql => sql/updates/333_world.sql
rename : sql/updates/334_world_trinity_string.sql => sql/updates/334_world.sql
2008-12-22 17:30:34 +00:00

14 lines
601 B
SQL

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;