diff --git a/zone/parcels.cpp b/zone/parcels.cpp index 12281aa67..75d2f4b36 100644 --- a/zone/parcels.cpp +++ b/zone/parcels.cpp @@ -453,7 +453,6 @@ void Client::DoParcelSend(const Parcel_Struct *parcel_in) cpc.quantity = item->GetCharges() >= 0 ? item->GetCharges() : 1; cpc.evolve_amount = item->GetEvolveCurrentAmount(); - cpc.quantity = item->GetCharges() >= 0 ? item->GetCharges() : 1; all_entries.push_back(cpc); } CharacterParcelsContainersRepository::InsertMany(database, all_entries);