OvercastNetwork / OCN

Website and backend of the former Overcast/Lifeboat PC Network
GNU Affero General Public License v3.0
40 stars 22 forks source link

Every time I make an objective I get the TNT Licence #6

Open iPolish opened 7 years ago

iPolish commented 7 years ago

[img]http://puu.sh/tRsHb/8bd8491cc7.png[/img]

TheMolkaPL commented 7 years ago

How to reproduce it? Do the license is being pushed to the database?

iPolish commented 7 years ago

Yes because I get the trophy at the website

iPolish commented 7 years ago

Completing objectives is the way to reproduce

TheMolkaPL commented 7 years ago

Trophies are stored in the trophies collection. You should check the users collection.

Use the following to query the data from your database:

use oc_users
db.oc_users.find().pretty();
iPolish commented 7 years ago

I'm not home right now