mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 13:17:24 +01:00
8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
/**
|
|
* Created by Sabe on 3/25/2015.
|
|
*/
|
|
db.users.update(
|
|
{},
|
|
{$inc:{'items.quests.egg':1}},
|
|
{multi:1}
|
|
) |