mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix some quests scheduling
This commit is contained in:
@@ -218,7 +218,7 @@ export const MONTHLY_SCHEDULE = {
|
||||
{
|
||||
type: 'hatchingPotionQuests',
|
||||
items: [
|
||||
'mossyStone',
|
||||
'stone',
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -303,14 +303,14 @@ export const MONTHLY_SCHEDULE = {
|
||||
items: [
|
||||
'trex',
|
||||
'unicorn',
|
||||
'veolociraptor',
|
||||
'velociraptor',
|
||||
'hippo',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'hatchingPotionQuests',
|
||||
items: [
|
||||
'turquiose',
|
||||
'turquoise',
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -360,12 +360,6 @@ export const MONTHLY_SCHEDULE = {
|
||||
'fluorite',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'bundles',
|
||||
items: [
|
||||
'winterQuests',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'bundles',
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user