Fixed deleted health bars still showing on character sheet

This commit is contained in:
Thaum Rystra
2020-04-29 12:48:21 +02:00
parent a2fe8d950a
commit f63faa867b

View File

@@ -23,6 +23,7 @@
'ancestors.id': this.creatureId,
type: 'attribute',
attributeType: 'healthBar',
removed: {$ne: true},
}, {
sort: {order: 1},
});