fix(Core/Script): Remove hardcoded Loch Modan texts (#3111)

This commit is contained in:
gengarshadowball
2020-08-02 20:45:16 +01:00
committed by GitHub
parent f56ef239de
commit e949ab27b7
4 changed files with 40 additions and 97 deletions

View File

@@ -213,7 +213,6 @@ void AddSC_ghostlands();
void AddSC_hinterlands();
void AddSC_ironforge();
void AddSC_isle_of_queldanas();
void AddSC_loch_modan();
void AddSC_redridge_mountains();
void AddSC_silverpine_forest();
void AddSC_stormwind_city();
@@ -803,7 +802,6 @@ void AddEasternKingdomsScripts()
AddSC_hinterlands();
AddSC_ironforge();
AddSC_isle_of_queldanas();
AddSC_loch_modan();
AddSC_redridge_mountains();
AddSC_silverpine_forest();
AddSC_stormwind_city();