mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
'small' update to Hyjal instance
*all bosses, trashes rescripted *almost all 'events' done *all mobs now use waypoints *added instance gate scripts (horde gate entry: 182060, elf: 182061) and lots of other fixes todo: -finish the 'cleaning waves' -code cleanup -fix small bugs (istance is fully playable at corrent dev point) --HG-- branch : trunk
This commit is contained in:
@@ -219,6 +219,11 @@ extern void AddSC_burning_steppes();
|
||||
extern void AddSC_hyjal();
|
||||
extern void AddSC_boss_archimonde();
|
||||
extern void AddSC_instance_mount_hyjal();
|
||||
extern void AddSC_hyjal_trash();
|
||||
extern void AddSC_boss_rage_winterchill();
|
||||
extern void AddSC_boss_anetheron();
|
||||
extern void AddSC_boss_kazrogal();
|
||||
extern void AddSC_boss_azgalor();
|
||||
|
||||
//--Old Hillsbrad
|
||||
extern void AddSC_boss_captain_skarloc();
|
||||
@@ -1533,6 +1538,11 @@ void ScriptsInit()
|
||||
AddSC_hyjal();
|
||||
AddSC_boss_archimonde();
|
||||
AddSC_instance_mount_hyjal();
|
||||
AddSC_hyjal_trash();
|
||||
AddSC_boss_rage_winterchill();
|
||||
AddSC_boss_anetheron();
|
||||
AddSC_boss_kazrogal();
|
||||
AddSC_boss_azgalor();
|
||||
|
||||
//--Old Hillsbrad
|
||||
AddSC_boss_captain_skarloc();
|
||||
|
||||
Reference in New Issue
Block a user