Made 'always prepared' spells show up in casting list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user