Fishing leveling fix

This commit is contained in:
郑佩茹
2022-09-09 12:33:51 -06:00
parent 48361d380a
commit 8cce62b210
2 changed files with 25 additions and 2 deletions

View File

@@ -148,4 +148,15 @@ IndividualProgression.MoltenCore.ManualRuneHandling = 1
#
#
IndividualProgression.MoltenCore.AqualEssenceCooldownReduction = 0
IndividualProgression.MoltenCore.AqualEssenceCooldownReduction = 0
#
# IndividualProgression.FishingFix
# Description: Before patch 3.1, fishing skill had progression and had to be leveled in low level zones before high level areas could add skill
# In patch 3.1, it was changed to allow leveling fishing even when catching junk in high level zones, allowing progression to be skipped
# This reverts that changed.
# Default: 1 - Enabled (Pre 3.1 behavior - Fishing requires progression through zone levels)
# 0 - Disabled (Post 3.1 behavior - Allow leveling fishing in any area)
#
#
IndividualProgression.FishingFix = 1