新增碎片&钻石
This commit is contained in:
@@ -9,6 +9,8 @@ const rewardSchema = new Schema({
|
||||
|
||||
xp: { type: Number, default: 0 },
|
||||
coins: { type: Number, default: 0 },
|
||||
cardfragments: { type: Number, default: 0 },
|
||||
crystals: { type: Number, default: 0 },
|
||||
cards: [{type: String}],
|
||||
packs: [{type: String}],
|
||||
decks: [{type: String}],
|
||||
|
||||
Reference in New Issue
Block a user