Children of slots now display in the correct order
This commit is contained in:
@@ -134,6 +134,8 @@ export default {
|
||||
slot.children = CreatureProperties.find({
|
||||
'parent.id': slot._id,
|
||||
removed: {$ne: true},
|
||||
}, {
|
||||
sort: { order: 1 },
|
||||
}).fetch();
|
||||
return slot;
|
||||
}).filter(slot => !( // Hide full and ignored slots
|
||||
|
||||
Reference in New Issue
Block a user