Core/Maps: Split Ebon Hold and Exile's reach by faction and removed forced sanctuary hack

This commit is contained in:
Shauren
2022-07-25 21:43:19 +02:00
parent 47aa69ca32
commit 515c0a43ef
4 changed files with 49 additions and 3 deletions

View File

@@ -1229,6 +1229,9 @@ void ScriptMgr::Initialize()
// LFGScripts
lfg::AddSC_LFGScripts();
// MapScripts
sMapMgr->AddSC_BuiltInScripts();
// Load all static linked scripts through the script loader function.
ASSERT(_script_loader_callback,
"Script loader callback wasn't registered!");