mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
feat(Core/Quests): Implemented quest_money_rewards (for quest with Qu… (#8610)
Fixes #8440
This commit is contained in:
@@ -1706,6 +1706,9 @@ void World::SetInitialWorldSettings()
|
||||
LOG_INFO("server.loading", "Loading Quests Starters and Enders...");
|
||||
sObjectMgr->LoadQuestStartersAndEnders(); // must be after quest load
|
||||
|
||||
LOG_INFO("server.loading", "Loading Quest Money Rewards...");
|
||||
sObjectMgr->LoadQuestMoneyRewards();
|
||||
|
||||
LOG_INFO("server.loading", "Loading Objects Pooling Data...");
|
||||
sPoolMgr->LoadFromDB();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user