Update client_evolving_items.cpp (#4767)

This commit is contained in:
Mitch Freeman 2025-03-09 13:20:37 -03:00 committed by GitHub
parent da4e9ab95b
commit 84708edccf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,6 +128,7 @@ void Client::ProcessEvolvingItem(const uint64 exp, const Mob *mob)
evolve_amount = exp * RuleR(EvolvingItems, PercentOfSoloExperience) / 100; evolve_amount = exp * RuleR(EvolvingItems, PercentOfSoloExperience) / 100;
} }
inst->SetEvolveAddToCurrentAmount(evolve_amount);
inst->CalculateEvolveProgression(); inst->CalculateEvolveProgression();
auto e = CharacterEvolvingItemsRepository::SetCurrentAmountAndProgression( auto e = CharacterEvolvingItemsRepository::SetCurrentAmountAndProgression(