mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Correct WotLK emblems for content progression stage
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user