Drop: Revert change that limited drops to specific IDs
This was meant to be removed after debugging, oops
This commit is contained in:
@@ -33,8 +33,7 @@ module.exports = {
|
||||
const cards = [];
|
||||
let characters = await Character.findAll({
|
||||
where: {
|
||||
enabled: true,
|
||||
[Sequelize.Op.or]: [ { id: 3 }, { id: 4 }, { id: 5 } ]
|
||||
enabled: true
|
||||
},
|
||||
order: sequelize.random(),
|
||||
limit: 3
|
||||
|
||||
Reference in New Issue
Block a user