From dd81ae7c1fc683a2a6732bf424038a1245520b32 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Sat, 31 May 2025 20:05:39 +0200 Subject: [PATCH] Update IndividualProgressionAwarenessScripts.cpp --- src/IndividualProgressionAwarenessScripts.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/IndividualProgressionAwarenessScripts.cpp b/src/IndividualProgressionAwarenessScripts.cpp index 636a7f7..861ef83 100644 --- a/src/IndividualProgressionAwarenessScripts.cpp +++ b/src/IndividualProgressionAwarenessScripts.cpp @@ -174,7 +174,7 @@ public: return true; } Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID()); - return sIndividualProgression->hasPassedProgression(target, PROGRESSION_NAXX40); + return sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_TBC); } }; @@ -400,7 +400,7 @@ public: return true; } Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID()); - return sIndividualProgression->hasPassedProgression(target, PROGRESSION_NAXX40); + return sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_TBC); } };