Jump to content

[10838][Patch] Remove explicit forced check for three achievements


Recommended Posts

Posted

What bug does the patch fix? What features does the patch add?

These timed achievements which are completed on QuestReward are infact simple quest-achievements, and hence need no explicit forced DB-criterias

Related Achievements: 1275, 1276, 1277

For which repository revision was the patch created?

10829

Is there a thread in the bug report section or at lighthouse? If yes, please add a link to the thread.

no

Who has been writing this patch? Please include either forum user names or email addresses.

me

diff --git a/src/game/AchievementMgr.cpp b/src/game/AchievementMgr.cpp
index 570cfae..54b57b5 100644
--- a/src/game/AchievementMgr.cpp
+++ b/src/game/AchievementMgr.cpp
@@ -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 Accecpt, and simple ended on quest-complete
+                    //case 1276:
+                    //case 1277:
                    case 1282:
                    case 1789:
                        break;

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use