mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
nerf playerbot pets
This commit is contained in:
@@ -657,11 +657,11 @@ private:
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!sIndividualProgression->hasPassedProgression(pet->GetOwner(), PROGRESSION_NAXX40))
|
if ((!sIndividualProgression->hasPassedProgression(pet->GetOwner(), PROGRESSION_NAXX40)) || (pet->GetLevel() < 61))
|
||||||
{
|
{
|
||||||
AdjustVanillaStats(pet);
|
AdjustVanillaStats(pet);
|
||||||
}
|
}
|
||||||
else if (!sIndividualProgression->hasPassedProgression(pet->GetOwner(), PROGRESSION_TBC_TIER_5))
|
else if ((!sIndividualProgression->hasPassedProgression(pet->GetOwner(), PROGRESSION_TBC_TIER_5)) || (pet->GetLevel() < 71))
|
||||||
{
|
{
|
||||||
AdjustTBCStats(pet);
|
AdjustTBCStats(pet);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user