fix(gala): correct dates on seeds and customizations

This commit is contained in:
SabreCat
2022-04-12 14:36:59 -05:00
parent 0ff2a8c264
commit d0c736a7a6
4 changed files with 6 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ export default {
}
: {},
availableSpells: SHOP_OPEN && moment().isBetween('2022-04-12T08:00-05:00', CURRENT_EVENT.end)
availableSpells: SHOP_OPEN && moment().isBetween('2022-04-14T08:00-05:00', CURRENT_EVENT.end)
? [
'shinySeed',
]