diff options
author | slg <none@none> | 2008-11-13 17:12:54 -0600 |
---|---|---|
committer | slg <none@none> | 2008-11-13 17:12:54 -0600 |
commit | 2c3130d415e1eed2cdd193424594fe560c6afa61 (patch) | |
tree | 18340310b97d6b60dec1965763e6388dbcd9b98d /src/bindings/scripts/ScriptMgr.cpp | |
parent | 55d58ea878c32215ba11aeb30a2993f2768353f3 (diff) |
[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
Diffstat (limited to 'src/bindings/scripts/ScriptMgr.cpp')
-rw-r--r-- | src/bindings/scripts/ScriptMgr.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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(); |