Added color options for containers, added spell lists

This commit is contained in:
Thaum
2015-02-12 13:08:20 +00:00
parent 5e98154e8d
commit 7441f09f37
32 changed files with 226 additions and 84 deletions

View File

@@ -7,6 +7,6 @@ Meteor.publish("singleCharacter", function(characterId, userId){
Features.find({charId: characterId}),
Effects.find({charId: characterId}),
Spells.find({charId: characterId}),
SpellLists.find({charID: characterId})
SpellLists.find({charId: characterId})
];
});