Changed how levels are handled

This commit is contained in:
Thaum
2015-03-02 19:38:53 +00:00
parent 80d44ff310
commit 88dbaccfc5
14 changed files with 110 additions and 66 deletions

View File

@@ -11,7 +11,6 @@ Meteor.publish("singleCharacter", function(characterId, userId){
Experiences.find({charId: characterId}),
Features.find({charId: characterId}),
Items.find({charId: characterId}),
Levels.find({charId: characterId}),
Notes.find({charId: characterId}),
Spells.find({charId: characterId}),
SpellLists.find({charId: characterId}),