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

Port From (https://github.com/TrinityCore/TrinityCore/commit/515c0a43ef8fcf41ffb2785c5940f0234e757ec3)
This commit is contained in:
hondacrx
2022-07-25 22:25:09 -04:00
parent a3bd0f274a
commit 888fd11477
4 changed files with 45 additions and 6 deletions
+3
View File
@@ -59,6 +59,9 @@ namespace Game.Scripting
//Load Scripts.dll
LoadScripts();
// MapScripts
Global.MapMgr.AddSC_BuiltInScripts();
Log.outInfo(LogFilter.ServerLoading, $"Loaded {GetScriptCount()} C# scripts in {Time.GetMSTimeDiffToNow(oldMSTime)} ms");
}