From 8555ab941925151dff46526a37720b74aed6f231 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Fri, 9 May 2025 16:09:29 +0200 Subject: [PATCH] Update aq_scripts.cpp --- src/vanillaScripts/aq_scripts.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/vanillaScripts/aq_scripts.cpp b/src/vanillaScripts/aq_scripts.cpp index c4cbb3f..a418f48 100644 --- a/src/vanillaScripts/aq_scripts.cpp +++ b/src/vanillaScripts/aq_scripts.cpp @@ -224,11 +224,9 @@ public: { return false; } - // (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->hasPassedProgression(target, PROGRESSION_PRE_AQ); - + return sIndividualProgression->isBeforeProgression(target, PROGRESSION_AQ); } };