Update IndividualProgressionPlayer.cpp

This commit is contained in:
Grimfeather
2025-06-07 00:23:38 +02:00
committed by GitHub
parent f3d93da14e
commit 5647c67aaa

View File

@@ -258,7 +258,7 @@ public:
{
return false;
}
if (instanceTemplate->Parent == MAP_NORTHREND && mapid == MAP_NAXXRAMAS && player->GetLevel() < 80 && (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_AQ) || !isAttuned(player)) )
if (instanceTemplate->Parent == MAP_NORTHREND && mapid == MAP_NAXXRAMAS && player->GetLevel() < 71 && (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_AQ) || !isAttuned(player)) )
{
return false;
}