Skip to content

Commit

Permalink
staging Change the qualifier end date for FlagQualifiersHydraDoomEven…
Browse files Browse the repository at this point in the history
…tsCommand
  • Loading branch information
latheesan-k committed Dec 8, 2024
1 parent 3ac3003 commit 1389ab6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class FlagQualifiersHydraDoomEventsCommand extends Command
{
const QUALIFIER_DATE_START = '2024-12-03 00:00:00';
const QUALIFIER_DATE_END = '2024-12-03 23:59:59';
const QUALIFIER_DATE_END = '2024-12-04 16:00:00';
const REQUIRED_KILL_COUNT = 25;
const REQUIRED_PLAY_MINUTES = 15;

Expand Down

0 comments on commit 1389ab6

Please sign in to comment.