[10838] Not report error for missing reqs for some quest timed achievements.

This achievements in fact not required any additional checks.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Schmoozerd 2010-12-08 06:10:22 +03:00 committed by VladimirMangos
parent 8d5fdb300e
commit e95aee27e0
2 changed files with 6 additions and 6 deletions

View file

@ -1225,11 +1225,11 @@ void AchievementMgr::UpdateAchievementCriteria(AchievementCriteriaTypes type, ui
continue;
}
// exist many achievements with this criteria, use at this moment hardcoded check to skil simple case
// exist many achievements with this criteria, use at this moment hardcoded check to skip simple case
switch(achievement->ID)
{
case 31:
//case 1275: // these timed achievements have to be "started" on Quest Accecpt
//case 1275: // these timed achievements have to be "started" on Quest Accept
//case 1276:
//case 1277:
case 1282:
@ -2369,9 +2369,9 @@ void AchievementGlobalMgr::LoadAchievementCriteriaRequirements()
switch(achievement->ID)
{
case 31:
case 1275:
case 1276:
case 1277:
//case 1275: // these timed achievements are "started" on Quest Accept, and simple ended on quest-complete
//case 1276:
//case 1277:
case 1282:
case 1789:
break;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10837"
#define REVISION_NR "10838"
#endif // __REVISION_NR_H__