Scripts/BlackRockSpire: Cleanup boss scripts. add instance script and header

This commit is contained in:
Supabad
2011-04-07 18:49:49 +02:00
parent 337b75cafc
commit 35645abfc6
17 changed files with 1042 additions and 709 deletions

View File

@@ -363,6 +363,7 @@ UPDATE `creature_template` SET `ScriptName`='mob_phalanx' WHERE `entry`=9502;
UPDATE `gameobject_template` SET `ScriptName`='go_shadowforge_brazier' WHERE `entry` IN (174744,174745);
/* BLACKROCK SPIRE */
UPDATE `instance_template` SET `script`='instance_blackrock_spire' WHERE `map`=229;
/* BLACKROCK SPIRE Lower bosses */
UPDATE `creature_template` SET `ScriptName`='boss_highlord_omokk' WHERE `entry`=9196;
UPDATE `creature_template` SET `ScriptName`='boss_shadow_hunter_voshgajin' WHERE `entry`=9236;