Marketplace data

This commit is contained in:
2025-08-20 14:01:13 -07:00
parent f460c1b650
commit 5a47e60bfb
4 changed files with 12 additions and 3 deletions

View File

@@ -52,9 +52,11 @@ if ($loginType === "0") {
"totalSlowBerries" => (string)$user['totalSlowBerries'],
"totalUltraBerries" => (string)$user['totalUltraBerries'],
"totalSpeedyBerries" => (string)$user['totalSpeedyBerries'],
"totalCoinBerries" => (string)$user['totalCoinBerries'],
"totalAttempts" => (string)$user['totalAttempts'],
"birdColor" => json_decode((string)$user['birdColor']),
"overlayColor" => json_decode((string)$user['overlayColor'])
"overlayColor" => json_decode((string)$user['overlayColor']),
"marketplaceData" => json_decode((string)$user['marketplaceData'])
];
}