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