Core/Players: Fix converting quests on faction change

Fix quests not being converted on faction change due to table world.player_factionchange_quests not loaded on startup
This commit is contained in:
jackpoz
2015-06-17 21:36:04 +02:00
parent 91c399cad2
commit c544e88437

View File

@@ -1711,6 +1711,9 @@ void World::SetInitialWorldSettings()
TC_LOG_INFO("server.loading", "Loading faction change spell pairs...");
sObjectMgr->LoadFactionChangeSpells();
TC_LOG_INFO("server.loading", "Loading faction change quest pairs...");
sObjectMgr->LoadFactionChangeQuests();
TC_LOG_INFO("server.loading", "Loading faction change item pairs...");
sObjectMgr->LoadFactionChangeItems();