Made 'always prepared' spells show up in casting list

This commit is contained in:
Stefan Zermatten
2021-01-30 11:22:29 +02:00
parent 0ea3f7a975
commit a5284bf6e8

View File

@@ -256,7 +256,10 @@ export default {
'ancestors.id': this.creatureId,
removed: {$ne: true},
inactive: {$ne: true},
prepared: true,
$or: [
{prepared: true},
{alwaysPrepared: true},
],
level: {$lte: slotLevel},
};
// Apply the filters from the filter menu