refactor(Core/ObjectMgr): Load Creatures.CustomIDs into stores (#14835)

This commit is contained in:
Kitzunu
2023-02-05 13:32:41 +01:00
committed by GitHub
parent dba8c49bce
commit 409c7356ea
3 changed files with 23 additions and 9 deletions

View File

@@ -1697,6 +1697,9 @@ void World::SetInitialWorldSettings()
LOG_INFO("server.loading", "Loading Creature Model Based Info Data...");
sObjectMgr->LoadCreatureModelInfo();
LOG_INFO("server.loading", "Loading Creature Custom IDs Config...");
sObjectMgr->LoadCreatureCustomIDs();
LOG_INFO("server.loading", "Loading Creature Templates...");
sObjectMgr->LoadCreatureTemplates();