mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[11295] Load achievment system state before laoding other character data.
This prevent lost detected achievement criteria update or have unexpected criteria update event at character data loading like skills/spells/itemts/etc. Achievment system state load by self not dependent from other character data (checked after all data loading in CheckAllAchievementCriteria() call.
This commit is contained in:
parent
cc24542aec
commit
2aef552668
3 changed files with 8 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11294"
|
||||
#define REVISION_NR "11295"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue