Unprepared spells without lists now correctly show up when unprepared

This commit is contained in:
Stefan Zermatten
2021-04-22 16:06:31 +02:00
parent 1f633621b7
commit a9eacfab03

View File

@@ -62,7 +62,7 @@ export default {
}, },
type: 'spell', type: 'spell',
removed: {$ne: true}, removed: {$ne: true},
inactive: {$ne: true}, deactivatedByAncestor: {$ne: true},
}, { }, {
sort: { sort: {
level: 1, level: 1,