fix(Core/Scripts): Convert Galen's Escape to SAI (#5683)

This commit is contained in:
Silker
2021-05-09 14:20:32 -06:00
committed by GitHub
parent 583d06b3bd
commit 534ec53bb0
4 changed files with 77 additions and 142 deletions

View File

@@ -217,7 +217,7 @@ void AddSC_redridge_mountains();
void AddSC_silverpine_forest();
void AddSC_stormwind_city();
void AddSC_stranglethorn_vale();
void AddSC_swamp_of_sorrows();
//void AddSC_swamp_of_sorrows();
void AddSC_tirisfal_glades();
void AddSC_undercity();
void AddSC_western_plaguelands();
@@ -807,7 +807,7 @@ void AddEasternKingdomsScripts()
AddSC_silverpine_forest();
AddSC_stormwind_city();
AddSC_stranglethorn_vale();
AddSC_swamp_of_sorrows();
//AddSC_swamp_of_sorrows();
AddSC_tirisfal_glades();
AddSC_undercity();
AddSC_western_plaguelands();