mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
@@ -677,6 +677,12 @@ void AddSC_zangarmarsh();
|
||||
|
||||
// Maelstrom
|
||||
void AddSC_kezan();
|
||||
void AddSC_instance_stonecore(); // Stonecore
|
||||
void AddSC_stonecore();
|
||||
void AddSC_boss_corborus();
|
||||
void AddSC_boss_slabhide();
|
||||
void AddSC_boss_ozruk();
|
||||
void AddSC_boss_high_priestess_azil();
|
||||
|
||||
// Events
|
||||
void AddSC_event_childrens_week();
|
||||
@@ -1411,6 +1417,12 @@ void AddMaelstromScripts()
|
||||
{
|
||||
#ifdef SCRIPTS
|
||||
AddSC_kezan();
|
||||
AddSC_instance_stonecore(); // Stonecore
|
||||
AddSC_stonecore();
|
||||
AddSC_boss_corborus();
|
||||
AddSC_boss_slabhide();
|
||||
AddSC_boss_ozruk();
|
||||
AddSC_boss_high_priestess_azil();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user