mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(gala): correct dates on seeds and customizations
This commit is contained in:
@@ -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',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user