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);
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
Additional context
