mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[7627] Replace built-in in code table by new DB table achievement_criteria_data for store additional data for achievement criteria.
Required DB support.
This commit is contained in:
parent
e95ba2814d
commit
7d06858866
7 changed files with 281 additions and 82 deletions
|
|
@ -1268,6 +1268,7 @@ void World::SetInitialWorldSettings()
|
|||
sLog.outString();
|
||||
achievementmgr.LoadAchievementReferenceList();
|
||||
achievementmgr.LoadAchievementCriteriaList();
|
||||
achievementmgr.LoadAchievementCriteriaData();
|
||||
achievementmgr.LoadRewards();
|
||||
achievementmgr.LoadRewardLocales();
|
||||
achievementmgr.LoadCompletedAchievements();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue