Unprepared spells without lists now correctly show up when unprepared
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user