Fixed buffs not being insertable

This commit is contained in:
Thaum Rystra
2020-05-08 15:42:31 +02:00
parent 5597acb0ea
commit 46585406df

View File

@@ -59,6 +59,7 @@ let AppliedBuffSchema = new SimpleSchema({
}, },
appliedBy: { appliedBy: {
type: Object, type: Object,
optional: true,
}, },
'appliedBy.name': { 'appliedBy.name': {
type: String, type: String,