mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Core/Spells: Added missing changes to 77b85b2ea0
This commit is contained in:
@@ -1333,12 +1333,12 @@ void World::SetInitialWorldSettings()
|
||||
LoadDB2Stores(m_dataPath);
|
||||
DetectDBCLang();
|
||||
|
||||
sLog->outInfo(LOG_FILTER_SERVER_LOADING, "Loading spell dbc data corrections...");
|
||||
sSpellMgr->LoadDbcDataCorrections();
|
||||
|
||||
sLog->outInfo(LOG_FILTER_SERVER_LOADING, "Loading SpellInfo store...");
|
||||
sSpellMgr->LoadSpellInfoStore();
|
||||
|
||||
sLog->outInfo(LOG_FILTER_SERVER_LOADING, "Loading SpellInfo corrections...");
|
||||
sSpellMgr->LoadSpellInfoCorrections();
|
||||
|
||||
sLog->outInfo(LOG_FILTER_SERVER_LOADING, "Loading SkillLineAbilityMultiMap Data...");
|
||||
sSpellMgr->LoadSkillLineAbilityMap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user