Fixed deleted health bars still showing on character sheet
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
'ancestors.id': this.creatureId,
|
'ancestors.id': this.creatureId,
|
||||||
type: 'attribute',
|
type: 'attribute',
|
||||||
attributeType: 'healthBar',
|
attributeType: 'healthBar',
|
||||||
|
removed: {$ne: true},
|
||||||
}, {
|
}, {
|
||||||
sort: {order: 1},
|
sort: {order: 1},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user