mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(Core/Script): Remove hardcoded Loch Modan texts (#3111)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user