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, 'ancestors.id': this.creatureId,
type: 'attribute', type: 'attribute',
attributeType: 'healthBar', attributeType: 'healthBar',
removed: {$ne: true},
}, { }, {
sort: {order: 1}, sort: {order: 1},
}); });