Handle more repeatable Vanilla quests

This commit is contained in:
郑佩茹
2022-09-18 17:27:51 -06:00
parent 4778919e32
commit 52f546e4cb
2 changed files with 5 additions and 1 deletions

View File

@@ -733,6 +733,8 @@ public:
break;
case QUEST_MORROWGRAIN:
case QUEST_TROLL_NECKLACE:
case QUEST_DEADWOOD:
case QUEST_WINTERFALL:
if (sIndividualProgression->repeatableVanillaQuestsXp)
{
// Reset the quest status so the player can take it and receive rewards again

View File

@@ -53,7 +53,9 @@ enum ProgressionQuestIDs
{
MIGHT_OF_KALIMDOR = 8742,
QUEST_MORROWGRAIN = 3803,
QUEST_TROLL_NECKLACE = 2881
QUEST_TROLL_NECKLACE = 2881,
QUEST_DEADWOOD = 6221,
QUEST_WINTERFALL = 6241
};
enum ProgressionMaps