Update aq_scripts.cpp

This commit is contained in:
Grimfeather
2025-05-09 17:28:13 +02:00
committed by GitHub
parent 6c6fbc3677
commit 5e54f844d9

View File

@@ -226,7 +226,7 @@ public:
}
// (RequirePreAQQuests = 1) - AQ gate closed after Nefarian kill. War effort starts. AQ War effort + AQ Quest line needs to be done to open the gate.
// (RequirePreAQQuests = 0) - AQ gate closed after Nefarian kill. War effort starts. AQ War effort needs to be done to open the gate.
return sIndividualProgression->isBeforeProgression(target, PROGRESSION_AQ);
return sIndividualProgression->isBeforeProgression(target, PROGRESSION_PRE_AQ);
}
};