mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Allow repeatable Vanilla quests to give rewards
This commit is contained in:
@@ -51,7 +51,9 @@ enum BuffSpells
|
||||
|
||||
enum ProgressionQuestIDs
|
||||
{
|
||||
MIGHT_OF_KALIMDOR = 8742
|
||||
MIGHT_OF_KALIMDOR = 8742,
|
||||
QUEST_MORROWGRAIN = 3803,
|
||||
QUEST_TROLL_NECKLACE = 2881
|
||||
};
|
||||
|
||||
enum ProgressionMaps
|
||||
@@ -115,7 +117,7 @@ public:
|
||||
|
||||
questXpMapType questXpMap;
|
||||
float vanillaPowerAdjustment, vanillaHealthAdjustment, tbcPowerAdjustment, tbcHealthAdjustment, vanillaHealingAdjustment, tbcHealingAdjustment, previousGearTuning;
|
||||
bool enabled, questXpFix, hunterPetLevelFix, requirePreAQQuests, enforceGroupRules, fishingFix, simpleConfigOverride, questMoneyAtLevelCap;
|
||||
bool enabled, questXpFix, hunterPetLevelFix, requirePreAQQuests, enforceGroupRules, fishingFix, simpleConfigOverride, questMoneyAtLevelCap, repeatableVanillaQuestsXp;
|
||||
int progressionLimit, startingProgression;
|
||||
|
||||
bool hasPassedProgression(Player* player, ProgressionState state) const;
|
||||
|
||||
Reference in New Issue
Block a user