This commit is contained in:
Tyler Renelle 2014-07-16 15:50:25 -06:00
parent 4cb79c6fff
commit b449387cc0
2 changed files with 5 additions and 0 deletions

View file

@ -11682,6 +11682,10 @@ api.quests = {
type: 'food',
key: 'CottonCandyBlue',
text: t('foodCottonCandyBlue')
}, {
type: 'food',
key: 'Honey',
text: t('foodHoney')
}
],
gp: 0,

View file

@ -743,6 +743,7 @@ api.quests =
{type: 'food', key: 'RottenMeat', text: t('foodRottenMeat')}
{type: 'food', key: 'CottonCandyPink', text: t('foodCottonCandyPink')}
{type: 'food', key: 'CottonCandyBlue', text: t('foodCottonCandyBlue')}
{type: 'food', key: 'Honey', text: t('foodHoney')}
]
gp: 0
exp: 0