mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
12 lines
313 B
JavaScript
12 lines
313 B
JavaScript
// Fixtures
|
|
|
|
db.achievements.insert({
|
|
query: '{"level.original": "52d97ecd32362bc86e004e87"}',
|
|
index: true,
|
|
slug: 'dungeon-arena-started',
|
|
name: 'Dungeon Arena started',
|
|
worth: 1,
|
|
collection: 'level.session',
|
|
description: 'Started playing Dungeon Arena.',
|
|
userField: 'creator'
|
|
});
|