diff --git a/rpg-docs/Model/Character/Buffs.js b/rpg-docs/Model/Character/Buffs.js index dd065e2f..e6e00710 100644 --- a/rpg-docs/Model/Character/Buffs.js +++ b/rpg-docs/Model/Character/Buffs.js @@ -46,8 +46,9 @@ Schemas.Buff = new SimpleSchema({ type: String, regEx: SimpleSchema.RegEx.Id, }, - appliedByDetails: {//the name and collection of the thing that applied the buff, and the character's name + appliedByDetails: {//the name and collection of the thing that applied the buff type: Object, + optional: true, }, "appliedByDetails.name": { type: String, diff --git a/rpg-docs/client/views/character/buffs/buffViewList/buffViewList.html b/rpg-docs/client/views/character/buffs/buffViewList/buffViewList.html index 720f7814..d8273057 100644 --- a/rpg-docs/client/views/character/buffs/buffViewList/buffViewList.html +++ b/rpg-docs/client/views/character/buffs/buffViewList/buffViewList.html @@ -9,8 +9,8 @@