*Updated, working script for Drak'Tharon Keep (Novos the Summoner), by Tartalo

--HG--
branch : trunk
This commit is contained in:
maximius
2009-10-14 15:24:21 -07:00
parent 3e8b377ac4
commit 67350d6602
9 changed files with 521 additions and 97 deletions
+5
View File
@@ -515,6 +515,11 @@ UPDATE `gameobject_template` SET `ScriptName`='go_gilded_brazier' WHERE `entry`=
/* GRIZZLY HILLS */
UPDATE `creature_template` SET `ScriptName`='npc_orsonn_and_kodian' WHERE `entry` IN (27274,27275);
/* DRAK'THARON KEEP */
UPDATE `instance_template` SET `script`=`instance_drak_tharon` WHERE `map`=600;
UPDATE `creature_template` SET `ScriptName`=`boss_novos` WHERE `entry`=26631;
UPDATE `creature_template` SET `ScriptName`=`mob_crystal_handler` WHERE `entry`=26627;
/* GRUUL'S LAIR */
UPDATE `instance_template` SET `script`='instance_gruuls_lair' WHERE `map`=565;
UPDATE `creature_template` SET `ScriptName`='boss_gruul' WHERE `entry`=19044;