Fixed folders in same location being out of tree order
This commit is contained in:
@@ -11,6 +11,10 @@ function getFolders(creatureId, tab, location) {
|
||||
removed: { $ne: true },
|
||||
tab,
|
||||
location,
|
||||
}, {
|
||||
sort: {
|
||||
order: 1,
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user