Implemented ACHIEVEMENT_CRITERIA_TYPE_VISIT_BARBER_SHOP

This commit is contained in:
arrai 2008-11-18 19:17:25 +01:00
parent b2ca98fa4e
commit 56c8d2549c
3 changed files with 19 additions and 1 deletions

View file

@ -298,6 +298,13 @@ struct AchievementCriteriaEntry
uint32 numberOfExaltedFactions; // 4
} gain_exalted_reputation;
// ACHIEVEMENT_CRITERIA_TYPE_VISIT_BARBER_SHOP = 48
struct
{
uint32 unused; // 3
uint32 numberOfVisits; // 4
} visit_barber;
// ACHIEVEMENT_CRITERIA_TYPE_EQUIP_EPIC_ITEM = 49
// TODO: where is the required itemlevel stored?
struct