Correct WotLK emblems for content progression stage

This commit is contained in:
郑佩茹
2022-09-23 22:04:47 -06:00
parent a08fc5ff2b
commit 13c17bee17
3 changed files with 120 additions and 0 deletions

View File

@@ -189,6 +189,7 @@ public:
if ((mapid == MAP_TRIAL_OF_THE_CHAMPION || mapid == MAP_TRIAL_OF_THE_CRUSADER) && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_WOTLK_TIER_2)){
return false;
}
// This will also restrict other Frozen Halls dungeons, because Forge of Souls must be completed first to access them
if ((mapid == MAP_ICC || mapid == MAP_FORGE_OF_SOULS) && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_WOTLK_TIER_3))
{
return false;