mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[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:
parent
8d5fdb300e
commit
e95aee27e0
2 changed files with 6 additions and 6 deletions
|
|
@ -1225,11 +1225,11 @@ void AchievementMgr::UpdateAchievementCriteria(AchievementCriteriaTypes type, ui
|
||||||
continue;
|
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)
|
switch(achievement->ID)
|
||||||
{
|
{
|
||||||
case 31:
|
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 1276:
|
||||||
//case 1277:
|
//case 1277:
|
||||||
case 1282:
|
case 1282:
|
||||||
|
|
@ -2369,9 +2369,9 @@ void AchievementGlobalMgr::LoadAchievementCriteriaRequirements()
|
||||||
switch(achievement->ID)
|
switch(achievement->ID)
|
||||||
{
|
{
|
||||||
case 31:
|
case 31:
|
||||||
case 1275:
|
//case 1275: // these timed achievements are "started" on Quest Accept, and simple ended on quest-complete
|
||||||
case 1276:
|
//case 1276:
|
||||||
case 1277:
|
//case 1277:
|
||||||
case 1282:
|
case 1282:
|
||||||
case 1789:
|
case 1789:
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10837"
|
#define REVISION_NR "10838"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue