diff --git a/dist/app/Http/Controllers/Api/Player/PlayerController.php b/dist/app/Http/Controllers/Api/Player/PlayerController.php index 072c2ff..0def470 100644 --- a/dist/app/Http/Controllers/Api/Player/PlayerController.php +++ b/dist/app/Http/Controllers/Api/Player/PlayerController.php @@ -186,7 +186,7 @@ protected function resetCharacter(CharacterData &$characterData): void // first detach all character items $inventory->detach($allItemsToRemove); //then attach the defaults again - $inventory->attach([...$defaultItems, $config::getCharacterId()->toString()]); + $inventory->syncWithoutDetaching([...$defaultItems, $config::getCharacterId()->toString()]); // Remove signature challenges foreach ($allItemsToRemove as $item) {