mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
Core/Scripts: Placeholders for instances The Slave Pens and The Underbog.
It is needed for Random Dungeon Finder credit.
This commit is contained in:
@@ -567,8 +567,10 @@ void AddSC_boss_hydromancer_thespia(); //CR Steam Vault
|
||||
void AddSC_boss_mekgineer_steamrigger();
|
||||
void AddSC_boss_warlord_kalithresh();
|
||||
void AddSC_instance_steam_vault();
|
||||
void AddSC_instance_the_slave_pens(); //The Slave Pens
|
||||
void AddSC_boss_hungarfen(); //CR Underbog
|
||||
void AddSC_boss_the_black_stalker();
|
||||
void AddSC_instance_the_underbog();
|
||||
void AddSC_boss_gruul(); //Gruul's Lair
|
||||
void AddSC_boss_high_king_maulgar();
|
||||
void AddSC_instance_gruuls_lair();
|
||||
@@ -1071,8 +1073,10 @@ void AddOutlandScripts()
|
||||
AddSC_boss_mekgineer_steamrigger();
|
||||
AddSC_boss_warlord_kalithresh();
|
||||
AddSC_instance_steam_vault();
|
||||
AddSC_instance_the_slave_pens(); //The Slave Pens
|
||||
AddSC_boss_hungarfen(); //CR Underbog
|
||||
AddSC_boss_the_black_stalker();
|
||||
AddSC_instance_the_underbog();
|
||||
AddSC_boss_gruul(); //Gruul's Lair
|
||||
AddSC_boss_high_king_maulgar();
|
||||
AddSC_instance_gruuls_lair();
|
||||
|
||||
Reference in New Issue
Block a user