Skip to content

controller.masteryService.registerMasteryData is unable to push data to LOCATION_PARENT_ICA_FACILITY #438

@Burn-the-w1tch

Description

@Burn-the-w1tch

Describe the bug
controller.masteryService.registerMasteryData is unable to push data to LOCATION_PARENT_ICA_FACILITY for some reason. I have forced the tab to show in the destination menu and it is not loading, so this is Peacock side, not client side.

To reproduce

Facilitymasterydata = {
        "LocationId": "LOCATION_PARENT_ICA_FACILITY",
        "GameVersions": ["h3"],
        "MaxLevel": 5,
        "Drops": [ {
            "Id": "PROP_TOOL_COIN",
            "Level": 1
        },
        {
            "Id": "TOKEN_FIBERWIRE",
            "Level": 2
        },
        {
            "Id": "TPROP_TOOL_LOCK_PICK",
            "Level": 3
        },
        {
            "Id": "FIREARMS_HERO_PISTOL_TACTICAL_ICA_19",
            "Level": 4
        },
        {
            "Id": "TOKEN_OUTFIT_LEGACY_HERO_SIGNATURESUITANDGLOVES",
            "Level": 5
        },
    
    ]
    }
    controller.masteryService.registerMasteryData(Facilitymasterydata);

Additional context
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working!

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions