mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
hasPassedProgression
correct phasing of Cenarion Hold npcs
This commit is contained in:
@@ -287,7 +287,7 @@ public:
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());
|
Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());
|
||||||
return sIndividualProgression->isBeforeProgression(target, PROGRESSION_AQ_WAR);
|
return sIndividualProgression->hasPassedProgression(target, PROGRESSION_AQ_WAR);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user