mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Merge branch 'fix/war-effort-recruiter-quests' of https://github.com/Gentil-peon/mod-individual-progression into fix/war-effort-recruiter-quests
This commit is contained in:
@@ -766,7 +766,7 @@ public:
|
||||
{
|
||||
heal *= (sIndividualProgression->ComputeVanillaAdjustment(player->GetLevel(), sIndividualProgression->vanillaHealingAdjustment) - gearAdjustment);
|
||||
}
|
||||
else if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_5) || (isExcludedFromProgression(player) && (player->GetLevel() < 61)))
|
||||
else if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_5) || (isExcludedFromProgression(player) && (player->GetLevel() < 71)))
|
||||
{
|
||||
heal *= (sIndividualProgression->tbcHealingAdjustment - gearAdjustment);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user