mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 13:39:46 -04:00
71a5320eda
Added base script for Icecrown Citadel instance --HG-- branch : trunk
8 lines
366 B
SQL
8 lines
366 B
SQL
-- Lord Marrowgar
|
|
UPDATE `creature_template` SET `ScriptName`='boss_lord_marrowgar' WHERE `entry`=36612;
|
|
UPDATE `creature_template` SET `ScriptName`='npc_coldflame' WHERE `entry`=36672;
|
|
UPDATE `creature_template` SET `ScriptName`='npc_bone_spike' WHERE `entry`=38711;
|
|
|
|
-- Instance
|
|
UPDATE `instance_template` SET `script`='instance_icecrown_citadel' WHERE `map`=631;
|