mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
- Implemented quest POI's. May be not perfect, but it works :P
This commit is contained in:
parent
2bdfb0d7bb
commit
b09ee8e571
5 changed files with 199 additions and 3 deletions
|
|
@ -1284,6 +1284,9 @@ void World::SetInitialWorldSettings()
|
|||
sLog.outString( "Loading Quests..." );
|
||||
sObjectMgr.LoadQuests(); // must be loaded after DBCs, creature_template, item_template, gameobject tables
|
||||
|
||||
sLog.outString( "Loading Quest POI" );
|
||||
sObjectMgr.LoadQuestPOI();
|
||||
|
||||
sLog.outString( "Loading Quests Relations..." );
|
||||
sLog.outString();
|
||||
sObjectMgr.LoadQuestRelations(); // must be after quest load
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue