From 2c3130d415e1eed2cdd193424594fe560c6afa61 Mon Sep 17 00:00:00 2001 From: slg Date: Thu, 13 Nov 2008 17:12:54 -0600 Subject: [svn] * Merged SD2 Rev. 706 & 707 - Added: Pathaleon the Calculator script. Also added a Mechanar Instance script. - Added: Fixed and improved version of High King Maulgar. (Timers, Spells, Adds...) - Fixed: Nethermancer Sepethrea encounter. Spawning Adds, timers, spells... - Fixed: Lot of timers and spells like for: Doomlord Kazzak, Doomwalker, Gruul, and more. * Fixed 147_world.sql --HG-- branch : trunk --- src/bindings/scripts/ScriptMgr.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/bindings/scripts/ScriptMgr.cpp') diff --git a/src/bindings/scripts/ScriptMgr.cpp b/src/bindings/scripts/ScriptMgr.cpp index 3b553af3ee6..840cdc4be60 100644 --- a/src/bindings/scripts/ScriptMgr.cpp +++ b/src/bindings/scripts/ScriptMgr.cpp @@ -513,6 +513,8 @@ extern void AddSC_the_eye(); //--The Mechanar extern void AddSC_boss_gatewatcher_iron_hand(); extern void AddSC_boss_nethermancer_sepethrea(); +extern void AddSC_boss_pathaleon_the_calculator(); +extern void AddSC_instance_mechanar(); //Temple of ahn'qiraj extern void AddSC_boss_cthun(); @@ -1696,6 +1698,8 @@ void ScriptsInit() //--The Mechanar AddSC_boss_gatewatcher_iron_hand(); AddSC_boss_nethermancer_sepethrea(); + AddSC_boss_pathaleon_the_calculator(); + AddSC_instance_mechanar(); //Temple of ahn'qiraj AddSC_boss_cthun(); -- cgit v1.2.3