Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. > db.oplog.rs.find().sort({$natural: -1}).limit(1)
  2. { "ts" : { "t" : 1298533661000, "i" : 33 }, "h" : NumberLong("7643130921370227648"), "op" : "u", "ns" : "infinity.users", "o2" : { "_id" : "0232c3c8-7098-34ed-a19f-3c62c6ee1ce3" }, "o" : { "$set" : { "CLIENT.QUESTS" : { "completedQuests" : [
  3. "purchaseDecorTutorial",
  4. "taskclear1Debris",
  5. "grassGreener",
  6. "twoShifts",
  7. "fourShifts",
  8. "customerHabits"
  9. ], "questsInProgress" : [
  10. {
  11. "goalStates" : [
  12. {
  13. "goalId" : "goalpurchase4Grass",
  14. "objectiveStates" : [
  15. {
  16. "id" : "4A0F2AC7-F48B-55FD-77BD-223A7A25CA0C:purchase4Grass",
  17. "currentValue" : 0,
  18. "objectiveId" : "purchase4Grass"
  19. }
  20. ],
  21. "id" : "AD2FA2F5-6BA1-B91C-9BCC-223A7A25F89D:goalpurchase4Grass"
  22. }
  23. ],
  24. "continued" : false,
  25. "questType" : "basicQuest",
  26. "questId" : "taskpurchase4Grass",
  27. "complete" : false,
  28. "id" : "B98C378C-E129-7285-B3BE-223A7A25D045:taskpurchase4Grass"
  29. },
  30. {
  31. "goalStates" : [
  32. {
  33. "goalId" : "goalpurchase4DecorItems",
  34. "objectiveStates" : [
  35. {
  36. "id" : "36FBEB14-B178-11BF-075A-223EFFAD6317:purchase4DecorItems",
  37. "currentValue" : 0,
  38. "objectiveId" : "purchase4DecorItems"
  39. }
  40. ],
  41. "id" : "5B63710E-4690-B26A-D435-223EFFAD1092:goalpurchase4DecorItems"
  42. }
  43. ],
  44. "continued" : false,
  45. "questType" : "basicQuest",
  46. "questId" : "purchase4DecorItems",
  47. "complete" : false,
  48. "id" : "D527E5EE-7856-FE2B-1F1B-223EFFAD7D0C:purchase4DecorItems"
  49. },
  50. {
  51. "questId" : "taskplay10DarlaShifts",
  52. "questType" : "basicQuest",
  53. "id" : "F1BDC776-064B-55AF-2DF8-569C0FF7E860:taskplay10DarlaShifts",
  54. "goalStates" : [
  55. {
  56. "goalId" : "goalplay10DarlaShifts",
  57. "objectiveStates" : [
  58. {
  59. "objectiveId" : "play10DarlaShifts",
  60. "currentValue" : 7,
  61. "id" : "BCD4279B-C368-4370-279A-569C0FF7C04C:play10DarlaShifts"
  62. }
  63. ],
  64. "id" : "60EF1316-8089-05E3-9EF9-569C0FF75BEF:goalplay10DarlaShifts"
  65. }
  66. ],
  67. "continued" : true,
  68. "complete" : false
  69. },
  70. {
  71. "questId" : "taskserve150CustomerGroups",
  72. "questType" : "basicQuest",
  73. "id" : "F42AEED2-7F95-8854-A08E-569C0FF74A59:taskserve150CustomerGroups",
  74. "goalStates" : [
  75. {
  76. "goalId" : "goalserve150CustomerGroups",
  77. "objectiveStates" : [
  78. {
  79. "objectiveId" : "serve150CustomerGroups",
  80. "currentValue" : 46,
  81. "id" : "F405C75A-8F66-24CB-FB91-569C0FF70B3F:serve150CustomerGroups"
  82. }
  83. ],
  84. "id" : "B3ED6164-3761-1CFD-5067-569C0FF7690A:goalserve150CustomerGroups"
  85. }
  86. ],
  87. "continued" : true,
  88. "complete" : false
  89. }
  90. ], "skippedQuests" : [ ], "unlockedQuests" : null } } } }
  91. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement