Core/Scripts: Placeholder for instance The Stockade.

It is needed for Random Dungeon Finder credit.
Correct entry for last encounter in the instance.
This commit is contained in:
w1sht0l1v3
2013-08-17 14:59:49 +03:00
parent c45e665c86
commit 7b9f34afc5
4 changed files with 53 additions and 0 deletions

View File

@@ -230,6 +230,7 @@ void AddSC_boss_archaedas(); //Uldaman
void AddSC_boss_ironaya();
void AddSC_uldaman();
void AddSC_instance_uldaman();
void AddSC_instance_the_stockade(); //The Stockade
void AddSC_boss_akilzon(); //Zul'Aman
void AddSC_boss_halazzi();
void AddSC_boss_hex_lord_malacrass();
@@ -881,6 +882,7 @@ void AddEasternKingdomsScripts()
AddSC_boss_muru();
AddSC_boss_kiljaeden();
AddSC_sunwell_plateau();
AddSC_instance_the_stockade(); //The Stockade
AddSC_boss_archaedas(); //Uldaman
AddSC_boss_ironaya();
AddSC_uldaman();