Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Burn-the-w1tch opened this issue Apr 23, 2024 · 0 comments
Labels
bug Something isn't working!

Comments

@Burn-the-w1tch
Copy link

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

@Burn-the-w1tch Burn-the-w1tch added the bug Something isn't working! label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working!
Projects
None yet
Development

No branches or pull requests

1 participant