Update aq_scripts.cpp

This commit is contained in:
Grimfeather
2025-06-02 07:42:12 +02:00
committed by GitHub
parent 05e0c3ed5b
commit ce89f35b4d

View File

@@ -228,8 +228,7 @@ 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->isBeforeProgression(target, PROGRESSION_PRE_AQ);
}
};