diff --git a/rpg-docs/Model/Character/Buffs.js b/rpg-docs/Model/Character/Buffs.js index 94ce78f9..dd065e2f 100644 --- a/rpg-docs/Model/Character/Buffs.js +++ b/rpg-docs/Model/Character/Buffs.js @@ -47,7 +47,7 @@ Schemas.Buff = new SimpleSchema({ regEx: SimpleSchema.RegEx.Id, }, appliedByDetails: {//the name and collection of the thing that applied the buff, and the character's name - type: Object; + type: Object, }, "appliedByDetails.name": { type: String, diff --git a/rpg-docs/client/views/character/buffs/buffDialog/buffDialog.html b/rpg-docs/client/views/character/buffs/buffDialog/buffDialog.html index 5bb63d08..1c5b7878 100644 --- a/rpg-docs/client/views/character/buffs/buffDialog/buffDialog.html +++ b/rpg-docs/client/views/character/buffs/buffDialog/buffDialog.html @@ -14,4 +14,6 @@