mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Update IndividualProgressionPlayer.cpp
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
}
|
||||
sIndividualProgression->CheckAdjustments(player);
|
||||
|
||||
if ((sIndividualProgression->hasPassedProgression(player, PROGRESSION_MOLTEN_CORE)) && (player->GetQuestStatus(PROGRESSION_MC) != QUEST_STATUS_REWARDED))
|
||||
if ((sIndividualProgression->hasPassedProgression(player, PROGRESSION_MOLTEN_CORE)) && (player->GetQuestStatus(PROGRESSION_FLAG_MC) != QUEST_STATUS_REWARDED))
|
||||
{
|
||||
Quest const* quest = sObjectMgr->GetQuestTemplate(PROGRESSION_FLAG_MC);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user