fix(quests): fix hedgehog drop text, fixes https://github.com/HabitRPG/habitrpg/issues/2979

This commit is contained in:
Tyler Renelle 2014-03-01 08:37:04 -07:00
parent b4f81a6f3e
commit 3c77f6e9c6
2 changed files with 4 additions and 4 deletions

View file

@ -10933,11 +10933,11 @@ var global=typeof self !== "undefined" ? self : typeof window !== "undefined" ?
{
type: 'eggs',
key: 'Hedgehog',
text: "Gryphon (Egg)"
text: "Hedgehog (Egg)"
}, {
type: 'eggs',
key: 'Hedgehog',
text: "Gryphon (Egg)"
text: "Hedgehog (Egg)"
}
],
gp: 30,

View file

@ -655,8 +655,8 @@ api.quests =
str: 1.25 # Multiplier of users' missed dailies
drop:
items: [
{type: 'eggs', key: 'Hedgehog', text: "Gryphon (Egg)"}
{type: 'eggs', key: 'Hedgehog', text: "Gryphon (Egg)"}
{type: 'eggs', key: 'Hedgehog', text: "Hedgehog (Egg)"}
{type: 'eggs', key: 'Hedgehog', text: "Hedgehog (Egg)"}
]
gp: 30
exp: 125