Core/Spells: Added missing changes to 77b85b2ea0

This commit is contained in:
Shauren
2012-12-24 19:13:00 +01:00
parent 77b85b2ea0
commit f43b9df400

View File

@@ -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();