This commit is contained in:
Mitch Freeman
2025-04-05 22:55:21 -03:00
parent 6a9bc7e6c1
commit c797fcca87
4 changed files with 33 additions and 21 deletions
+1 -1
View File
@@ -2400,7 +2400,7 @@ bool Client::StoreCharacter(
e.ornament_icon = inst->GetOrnamentationIcon();
e.ornament_idfile = inst->GetOrnamentationIDFile();
e.ornament_hero_model = inst->GetOrnamentHeroModel();
e.serial_number = inst->GetUniqueID();
e.item_unique_id = inst->GetUniqueID();
v.emplace_back(e);
}