mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[11948] Check achievement related dbc data
This will fixed a few crashs for criterias without referred achievements Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
parent
ea08f7c5d7
commit
31e46daaf8
3 changed files with 27 additions and 11 deletions
|
|
@ -1185,8 +1185,8 @@ void World::SetInitialWorldSettings()
|
|||
sLog.outString( "Loading Skill Fishing base level requirements..." );
|
||||
sObjectMgr.LoadFishingBaseSkillLevel();
|
||||
|
||||
sLog.outString( "Loading Achievements..." );
|
||||
sLog.outString();
|
||||
sLog.outString( "Loading Achievements..." );
|
||||
sAchievementMgr.LoadAchievementReferenceList();
|
||||
sAchievementMgr.LoadAchievementCriteriaList();
|
||||
sAchievementMgr.LoadAchievementCriteriaRequirements();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue