update comments AGAIN

The progression phases are very confusing.

From tests:
with RequirePreAQQuests set to 0 the gate is open during the pre aq phase. But you should't get to this phase normally because the Nefarius kill will place you in the AQ phase.
You skip the war effort normally with RequirePreAQQuests = 0

But I guess it's fine like this, because now you can set yourself manually to the pre-AQ phase if you  want to experience the war effort.

with RequirePreAQQuests set to 1 the AQ gate remains closed during the AQ phase. you need to do the quest. if you manually set yourself to the NAXX phase the gate opens up as well..
This commit is contained in:
Grimfeather
2025-05-07 01:04:04 +02:00
committed by GitHub
parent 601268c452
commit a921258261

View File

@@ -233,7 +233,7 @@ public:
else
{
// (RequirePreAQQuests = 0) - AQ gate open after Nefarian kill - you skip the war effort
// the AQ gate will be closed if you manually set yourself to the pre-aq phase and you will also have to manually set yourself to the next phase.
// the AQ gate will be open if you manually set yourself to the pre-aq phase.
return sIndividualProgression->isBeforeProgression(target, PROGRESSION_PRE_AQ);
}
}