mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Fix pre quest for Chaos and Destruction (#850)
This commit is contained in:
@@ -279,14 +279,14 @@ public:
|
||||
}
|
||||
switch (quest->GetQuestId())
|
||||
{
|
||||
case MIGHT_OF_KALIMDOR:
|
||||
case BANG_A_GONG:
|
||||
if (!sIndividualProgression->disableDefaultProgression)
|
||||
{
|
||||
sIndividualProgression->UpdateProgressionState(player, PROGRESSION_PRE_AQ);
|
||||
sIndividualProgression->UpdateProgressionQuests(player);
|
||||
}
|
||||
break;
|
||||
case BANG_A_GONG:
|
||||
case SIMPLY_BANG_A_GONG:
|
||||
if (!sIndividualProgression->disableDefaultProgression)
|
||||
{
|
||||
sIndividualProgression->UpdateProgressionState(player, PROGRESSION_PRE_AQ);
|
||||
|
||||
Reference in New Issue
Block a user