Tested ok
This commit is contained in:
Mitch Freeman
2025-09-21 11:07:14 -03:00
parent 8175ae6187
commit 90a4c2723d
5 changed files with 30 additions and 24 deletions
+1 -2
View File
@@ -6499,10 +6499,9 @@ namespace RoF2
ob.write((const char*)&hdr, sizeof(RoF2::structs::ItemSerializationHeader));
if (item->EvolvingItem > 0) {
RoF2::structs::EvolvingItem_Struct evotop;
RoF2::structs::EvolvingItem_Struct evotop{};
inst->CalculateEvolveProgression();
evotop.final_item_id = inst->GetEvolveFinalItemID();
evotop.evolve_level = item->EvolvingLevel;
evotop.progress = inst->GetEvolveProgression();
evotop.activated = inst->GetEvolveActivated();