From 5e54f844d959fde26bd0e4efc8c6a221481ee274 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Fri, 9 May 2025 17:28:13 +0200 Subject: [PATCH] Update aq_scripts.cpp --- src/vanillaScripts/aq_scripts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vanillaScripts/aq_scripts.cpp b/src/vanillaScripts/aq_scripts.cpp index a418f48..05d9bbb 100644 --- a/src/vanillaScripts/aq_scripts.cpp +++ b/src/vanillaScripts/aq_scripts.cpp @@ -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); } };