mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 20:28:53 +00:00
fix(event): adjust Egg quest release date
This commit is contained in:
parent
ff0bb9d005
commit
39fc6248d6
1 changed files with 2 additions and 2 deletions
|
|
@ -34,13 +34,13 @@ export default {
|
|||
}
|
||||
: {},
|
||||
|
||||
availableSpells: CURRENT_EVENT && moment().isBetween('2024-04-18T08:00-05:00', CURRENT_EVENT.end)
|
||||
availableSpells: CURRENT_EVENT && moment().isBetween('2024-04-18T08:00-04:00', CURRENT_EVENT.end)
|
||||
? [
|
||||
'shinySeed',
|
||||
]
|
||||
: [],
|
||||
|
||||
availableQuests: CURRENT_EVENT && moment().isBetween('2024-04-18T08:00-05:00', CURRENT_EVENT.end)
|
||||
availableQuests: CURRENT_EVENT && moment().isBetween('2024-03-26T08:00-04:00', CURRENT_EVENT.end)
|
||||
? [
|
||||
'egg',
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue