]> git.localhorst.tv Git - alttp.git/commitdiff
fix xdhunt estimate
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 28 Dec 2025 01:09:03 +0000 (02:09 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 28 Dec 2025 01:09:03 +0000 (02:09 +0100)
app/Console/Commands/SyncXDHunt.php

index 692d2e838d61b95c5b3307306b3a56b6278de37e..91b707eb6152e42af2c5a30af4da6079497a4c31 100644 (file)
@@ -101,7 +101,7 @@ class SyncXDHunt extends Command {
                if (!$episode->start || $start->ne($episode->start)) {
                        $episode->start = $start;
                }
-               $episode->estimate = 60 * 60;
+               $episode->estimate = 2 * 60 * 60;
                $episode->confirmed = true;
                $episode->save();