DB/World: move questItem* fields to *_questitems tables (#249)

This commit is contained in:
Shin
2016-11-25 20:23:44 +01:00
committed by GitHub
parent 084929c558
commit 81b195099b
10 changed files with 192 additions and 57 deletions

View File

@@ -1490,6 +1490,12 @@ void World::SetInitialWorldSettings()
sLog->outString("Loading GameObject Addon Data...");
sObjectMgr->LoadGameObjectAddons(); // must be after LoadGameObjectTemplate() and LoadGameobjects()
sLog->outString("Loading GameObject Quest Items...");
sObjectMgr->LoadGameObjectQuestItems();
sLog->outString("Loading Creature Quest Items...");
sObjectMgr->LoadCreatureQuestItems();
sLog->outString("Loading Creature Linked Respawn...");
sObjectMgr->LoadLinkedRespawn(); // must be after LoadCreatures(), LoadGameObjects()