Fixed publications of spell library

This commit is contained in:
Stefan Zermatten
2017-05-05 11:11:43 +02:00
parent 9afe38d043
commit 18aa1b2040
3 changed files with 25 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ Meteor.publish("standardLibraryItems", function(categoryKey){
});
Meteor.publish("standardLibrarySpells", function(level){
return LibraryItems.find({
return LibrarySpells.find({
library: {$in: standardLibraryIds},
level,
}, {