mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
fix tbc heal scaling
This commit is contained in:
committed by
GitHub
parent
701cd5cb1e
commit
d9eef3e14b
@@ -766,7 +766,7 @@ public:
|
|||||||
{
|
{
|
||||||
heal *= (sIndividualProgression->ComputeVanillaAdjustment(player->GetLevel(), sIndividualProgression->vanillaHealingAdjustment) - gearAdjustment);
|
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);
|
heal *= (sIndividualProgression->tbcHealingAdjustment - gearAdjustment);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user