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