diff --git a/app/imports/ui/properties/components/spells/CastSpellWithSlotDialog.vue b/app/imports/ui/properties/components/spells/CastSpellWithSlotDialog.vue index d21d678a..dbb67c2f 100644 --- a/app/imports/ui/properties/components/spells/CastSpellWithSlotDialog.vue +++ b/app/imports/ui/properties/components/spells/CastSpellWithSlotDialog.vue @@ -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