mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +00:00
Reverted wrong commit d2785283e - the real source for not matching the flags was a mixed up index in DBCfmt.cpp
Added database integrity check for creature_equip_template Differ between stored and pending completed achievements
This commit is contained in:
parent
cf3bbb5920
commit
e92cc728c3
7 changed files with 71 additions and 19 deletions
|
|
@ -34,6 +34,7 @@ enum AchievementFactionFlags
|
|||
|
||||
enum AchievementFlags
|
||||
{
|
||||
ACHIEVEMENT_FLAG_COUNTER = 0x00000001,
|
||||
};
|
||||
|
||||
enum AchievementCriteriaCondition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue