mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
[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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user