This commit is contained in:
damocleas 2025-02-27 11:36:00 -05:00 committed by GitHub
parent 31b7c9bcfe
commit 6468c8365d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -180,7 +180,6 @@ const timedEvents: TimedEvent[] = [
{ species: Species.ENAMORUS } { species: Species.ENAMORUS }
], ],
luckBoostedSpecies: [ Species.LUVDISC ] luckBoostedSpecies: [ Species.LUVDISC ]
]
}, },
{ {
name: "PKMNDAY2025", name: "PKMNDAY2025",
@ -211,7 +210,6 @@ const timedEvents: TimedEvent[] = [
} }
]; ];
export class TimedEventManager { export class TimedEventManager {
constructor() {} constructor() {}