Files
Deathgarden_Rebirth-Rewrite/dist/app/Http/Responses/Api/Player/Challenges/ChallengeProgressionBatchResponse.php
Vari 223f94a07b Fixed Catalog item Prestige reard and reward item tables and import using only the catalog item id as id, so we could not differentiate between the prestige levels.
Implemented tracking the progress of Signature challenges.

Also implemented both challenges Endpoints "getChallenges" ans "getChallengeProgressionBatch".

For "getChallenges", we just return an empty array since we dont need weekly and dailies yet.
2024-02-28 13:06:56 +01:00

8 lines
144 B
PHP

<?php
namespace App\Http\Responses\Api\Player\Challenges;
class ChallengeProgressionBatchResponse
{
public array $progressionBatch = [];
}