[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
This commit is contained in:
slg
2008-11-13 17:12:54 -06:00
parent 55d58ea878
commit 2c3130d415
24 changed files with 930 additions and 368 deletions

View File

@@ -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();