mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
8 lines
No EOL
110 B
JavaScript
8 lines
No EOL
110 B
JavaScript
/**
|
|
* Created by Sabe on 3/25/2015.
|
|
*/
|
|
db.users.update(
|
|
{},
|
|
{$inc:{'items.quests.egg':1}},
|
|
{multi:1}
|
|
) |