Core/Realms: Remove duplicate realm names storage

Port From (https://github.com/TrinityCore/TrinityCore/commit/7f5e47c396e49da2530aabac05f7ca3c0f177298)
This commit is contained in:
hondacrx
2023-05-02 17:22:16 -04:00
parent 1e297b7cab
commit 42a902c118
4 changed files with 17 additions and 48 deletions
-3
View File
@@ -1104,9 +1104,6 @@ namespace Game
Log.outInfo(LogFilter.ServerLoading, "Loading character templates...");
Global.CharacterTemplateDataStorage.LoadCharacterTemplates();
Log.outInfo(LogFilter.ServerLoading, "Loading realm names...");
Global.ObjectMgr.LoadRealmNames();
Log.outInfo(LogFilter.ServerLoading, "Loading battle pets info...");
BattlePetMgr.Initialize();