Fixed spell data source

This commit is contained in:
Stefan Zermatten
2017-05-05 11:11:56 +02:00
parent 18aa1b2040
commit fea45d2398
2 changed files with 6 additions and 1 deletions

View File

@@ -10,3 +10,8 @@ _.each(items, (item) => {
item.library = "SRDLibraryGA3XWsd"
LibraryItems.insert(item)
});
_.each(spells, (spell) => {
spell.library = "SRDLibraryGA3XWsd"
LibrarySpells.insert(spell)
});