mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
Update client_evolving_items.cpp (#4767)
This commit is contained in:
parent
da4e9ab95b
commit
84708edccf
@ -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(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user