mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-29 22:20:42 +00:00
8 lines
109 B
JavaScript
8 lines
109 B
JavaScript
|
|
/**
|
||
|
|
* Created by Sabe on 3/25/2015.
|
||
|
|
*/
|
||
|
|
db.users.update(
|
||
|
|
{},
|
||
|
|
{$inc:{'items.quest.egg':1}},
|
||
|
|
{multi:1}
|
||
|
|
)
|