mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
fix(migration): couple of vet pet issues
This commit is contained in:
parent
28491cb01d
commit
a55ede9175
2 changed files with 6 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ async function updateUser (user) {
|
|||
|
||||
return await User.updateOne(
|
||||
{ _id: user._id },
|
||||
{ $set: set, $push: push },
|
||||
{ $set: set, $push: push, $inc: { balance: 6 } },
|
||||
).exec();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -50210,6 +50210,11 @@
|
|||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
.icon_pet_veteran_cactus {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_pet_veteran_cactus.png');
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.icon_pet_veteran_dragon {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_pet_veteran_dragon.png');
|
||||
width: 28px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue