ZhengPeiRu21 / mod-individual-progression

AzerothCore Individual Progression Module
MIT License
118 stars 54 forks source link

Hunter Pets gets additional levels despite IndividualProgression.HunterPetLevelFix = 1 #423

Open Badgermilk0 opened 6 days ago

Badgermilk0 commented 6 days ago

Pets level up after tamed regardless of the parameter used below:

IndividualProgression.HunterPetLevelFix
    Description: In WotLK, a catch-up mechanism was added so that hunter pets are leveled up higher when tamed
                 Enable this option to restore Vanilla and TBC behavior and require more pet training
    Default:     1 - Enabled
                 0 - Disabled

IndividualProgression.HunterPetLevelFix = 1

Example, lv 59 player tamed a lv 42 wolf, the wolf became level 54 after taming, I believe this is how it works in wotlk.

Does the parameter work (IndividualProgression.HunterPetLevelFix) ?

Grimfeather commented 5 days ago

I looked inside the c++ files, I don't think this setting has been used yet.

In IndividualProgression.cpp a variable is assigned with the setting, but afaik the variable is never used.