Kubrow Eggs are not acquired correctly #874

Closed
opened 2025-01-31 01:15:24 -08:00 by Sainan · 0 comments
Owner

they should be stored in KubrowPetEggs:

    "KubrowPetEggs": [
        {
            "ItemType": "/Lotus/Types/Game/KubrowPet/Eggs/KubrowEgg",
            "ExpirationDate": {
                "$date": {
                    "$numberLong": "redacted"
                }
            },
            "ItemId": {
                "$oid": "redacted"
            }
        },
they should be stored in KubrowPetEggs: ```json "KubrowPetEggs": [ { "ItemType": "/Lotus/Types/Game/KubrowPet/Eggs/KubrowEgg", "ExpirationDate": { "$date": { "$numberLong": "redacted" } }, "ItemId": { "$oid": "redacted" } }, ```
Sign in to join this conversation.
No description provided.