mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user