fix(event): more date corrections

This commit is contained in:
SabreCat
2022-12-28 11:42:56 -06:00
parent ec2322bdd9
commit f72224f9f1
2 changed files with 2 additions and 2 deletions

View File

@@ -435,7 +435,7 @@ spells.special = {
target: 'user',
notes: t('nyeCardNotes'),
canOwn () {
return moment().isBetween('2021-12-30T08:00-04:00', '2022-01-02T20:00-04:00');
return moment().isBetween('2022-12-28T08:00-05:00', '2023-01-02T20:00-05:00');
},
cast (user, target) {
if (user === target) {