Added a schema/collection pair for CustomBuffs

This commit is contained in:
Jacob
2017-08-09 10:06:11 +01:00
parent bb95fe0d9a
commit a3b0c6cafd
5 changed files with 86 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
Meteor.startup(() => {
const collections = [
Attacks, Buffs, Classes, Effects, Experiences,
Attacks, Buffs, Classes, CustomBuffs, Effects, Experiences,
Features, Notes, Proficiencies, SpellLists, Spells,
Containers, Items,
];